Loading app/core/src/main/java/com/fsck/k9/notification/NotificationChannelManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,8 @@ class NotificationChannelManager( } Timber.v("Recreating NotificationChannel(%s => %s)", oldChannelId, newChannelId) Timber.v("Old NotificationChannel: %s", oldNotificationChannel) Timber.v("New NotificationChannel: %s", newNotificationChannel) notificationManager.createNotificationChannel(newNotificationChannel) } Loading Loading
app/core/src/main/java/com/fsck/k9/notification/NotificationChannelManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,8 @@ class NotificationChannelManager( } Timber.v("Recreating NotificationChannel(%s => %s)", oldChannelId, newChannelId) Timber.v("Old NotificationChannel: %s", oldNotificationChannel) Timber.v("New NotificationChannel: %s", newNotificationChannel) notificationManager.createNotificationChannel(newNotificationChannel) } Loading