mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-06 20:33:23 +01:00
Fixed deleting notification after deleting conversation ( #637)
This commit is contained in:
parent
d168889767
commit
bb61229cef
@ -199,7 +199,7 @@ class ConversationsAdapter(
|
||||
val conversationsToRemove = currentList.filter { selectedKeys.contains(it.hashCode()) } as ArrayList<Conversation>
|
||||
conversationsToRemove.forEach {
|
||||
activity.deleteConversation(it.threadId)
|
||||
activity.notificationManager.cancel(it.hashCode())
|
||||
activity.notificationManager.cancel(it.threadId.hashCode())
|
||||
}
|
||||
|
||||
val newList = try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user