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…
Reference in New Issue