mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-31 13:48:20 +01: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) {
|
for (key in toDelete) {
|
||||||
|
if (key.contains("chucker"))
|
||||||
|
continue
|
||||||
manager.deleteNotificationChannel(key)
|
manager.deleteNotificationChannel(key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user