Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48caeffe authored by cketti's avatar cketti
Browse files

More logging when recreating a NotificationChannel

parent 6595a513
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
    }