[Notifications] Fix chucker notifications throwing an error toast.

This commit is contained in:
Kacper Ziubryniewicz 2020-02-23 17:40:02 +01:00
parent 67be456bb0
commit 06d252e4ca

View File

@ -51,6 +51,8 @@ class NotificationChannelsManager(val c: Context) {
} }
for (key in toDelete) { for (key in toDelete) {
if (key.contains("chucker"))
continue
manager.deleteNotificationChannel(key) manager.deleteNotificationChannel(key)
} }
} }