mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-18 21:06:44 -06:00
[Notifications] Fix chucker notifications throwing an error toast.
This commit is contained in:
parent
67be456bb0
commit
06d252e4ca
@ -51,6 +51,8 @@ class NotificationChannelsManager(val c: Context) {
|
||||
}
|
||||
|
||||
for (key in toDelete) {
|
||||
if (key.contains("chucker"))
|
||||
continue
|
||||
manager.deleteNotificationChannel(key)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user