Fixed missing chat notification if app was stopped or killed and then started again
This commit is contained in:
parent
85e0f18616
commit
13427bfa6a
1 changed files with 0 additions and 2 deletions
|
@ -194,8 +194,6 @@ class NotificationsManager(private val context: Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
notificationManager.cancelAll()
|
|
||||||
|
|
||||||
Compatibility.createNotificationChannels(context, notificationManager)
|
Compatibility.createNotificationChannels(context, notificationManager)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue