Fixed wrong deleted notification channel ID...

This commit is contained in:
Sylvain Berfini 2025-03-18 12:34:22 +01:00
parent 886be9e038
commit e16e767d5a

View file

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