Fixed missing chat notification if app was stopped or killed and then started again

This commit is contained in:
Sylvain Berfini 2021-08-31 15:57:53 +02:00
parent 85e0f18616
commit 13427bfa6a

View file

@ -194,8 +194,6 @@ class NotificationsManager(private val context: Context) {
}
init {
notificationManager.cancelAll()
Compatibility.createNotificationChannels(context, notificationManager)
}