Small change to see if it improves things on some devices
This commit is contained in:
parent
256a3ed77a
commit
546db7355b
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class NotificationsManager(private val context: Context) {
|
|||
Log.w(
|
||||
"[Notifications Manager] Found existing call? notification [${notification.id}], cancelling it"
|
||||
)
|
||||
manager.cancel(notification.tag, notification.id)
|
||||
manager.cancel(notification.id)
|
||||
} else if (notification.tag == CHAT_TAG) {
|
||||
Log.i(
|
||||
"[Notifications Manager] Found existing chat notification [${notification.id}]"
|
||||
|
|
Loading…
Reference in a new issue