mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Merge pull request #64 from thoughtbox/patch-2
Update src/org/thoughtcrime/securesms/ConversationListFragment.java
This commit is contained in:
commit
ab4f25704d
@ -42,6 +42,7 @@ import org.thoughtcrime.securesms.crypto.MasterSecret;
|
||||
import org.thoughtcrime.securesms.database.DatabaseFactory;
|
||||
import org.thoughtcrime.securesms.database.loaders.ConversationListLoader;
|
||||
import org.thoughtcrime.securesms.recipients.Recipients;
|
||||
import org.thoughtcrime.securesms.service.MessageNotifier;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@ -160,6 +161,7 @@ private void initializeSearch(android.widget.SearchView searchView) {
|
||||
if (!selectedConversations.isEmpty()) {
|
||||
DatabaseFactory.getThreadDatabase(getActivity())
|
||||
.deleteConversations(selectedConversations);
|
||||
MessageNotifier.updateNotification(getActivity(), false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user