mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-16 08:42:33 +01:00
Fix notification priorities
This commit is contained in:
@@ -71,7 +71,7 @@ object Notifications {
|
||||
},
|
||||
buildNotificationChannel(
|
||||
CHANNEL_DOWNLOADER_DOWNLOADING,
|
||||
NotificationManagerCompat.IMPORTANCE_DEFAULT
|
||||
NotificationManagerCompat.IMPORTANCE_LOW
|
||||
) {
|
||||
setName(MR.strings.channel_progress.desc().toString(context))
|
||||
setGroup(GROUP_DOWNLOADER)
|
||||
@@ -79,7 +79,7 @@ object Notifications {
|
||||
},
|
||||
buildNotificationChannel(
|
||||
CHANNEL_LIBRARY_UPDATES,
|
||||
NotificationManagerCompat.IMPORTANCE_DEFAULT
|
||||
NotificationManagerCompat.IMPORTANCE_LOW
|
||||
) {
|
||||
setName(MR.strings.channel_active.desc().toString(context))
|
||||
setGroup(GROUP_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user