mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-29 06:36:25 +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 {
|
} else {
|
||||||
try {
|
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)
|
val oldChannel = notificationManager.getNotificationChannel(oldId)
|
||||||
if (oldChannel != null) {
|
if (oldChannel != null) {
|
||||||
Log.i("$TAG Deleting notification channel ID [$oldId]")
|
Log.i("$TAG Deleting notification channel ID [$oldId]")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue