Fix notification priorities

This commit is contained in:
Syer10
2022-11-08 21:18:51 -05:00
parent 96d0e6ab26
commit 7decb95963

View File

@@ -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)