Small change to see if it improves things on some devices

This commit is contained in:
Sylvain Berfini 2023-07-31 10:22:34 +02:00
parent 256a3ed77a
commit 546db7355b

View file

@ -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}]"