mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed wrong deleted notification channel ID...
This commit is contained in:
parent
4a742f6e6e
commit
49dc1fe69f
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ class NotificationsManager
|
|||
}
|
||||
} else {
|
||||
try {
|
||||
val oldId = context.getString(R.string.notification_channel_without_ringtone_incoming_call_id)
|
||||
val oldId = context.getString(R.string.notification_channel_incoming_call_id)
|
||||
val oldChannel = notificationManager.getNotificationChannel(oldId)
|
||||
if (oldChannel != null) {
|
||||
Log.i("$TAG Deleting notification channel ID [$oldId]")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue