mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-16 19:50:40 +01:00
Fixed notification not disappearing on resume (#573)
This commit is contained in:
parent
9ac2b71172
commit
795d7c7dc6
@ -169,6 +169,8 @@ class ThreadActivity : SimpleActivity() {
|
||||
}
|
||||
isActivityVisible = true
|
||||
|
||||
notificationManager.cancel(threadId.hashCode())
|
||||
|
||||
ensureBackgroundThread {
|
||||
val newConv = conversationsDB.getConversationWithThreadId(threadId)
|
||||
if (newConv != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user