mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Set backup/restore progress notifications to low priority
This commit is contained in:
parent
dff1f4dd52
commit
31b86f539b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ object Notifications {
|
||||||
),
|
),
|
||||||
NotificationChannel(
|
NotificationChannel(
|
||||||
CHANNEL_BACKUP_RESTORE_PROGRESS, context.getString(R.string.channel_backup_restore_progress),
|
CHANNEL_BACKUP_RESTORE_PROGRESS, context.getString(R.string.channel_backup_restore_progress),
|
||||||
NotificationManager.IMPORTANCE_DEFAULT
|
NotificationManager.IMPORTANCE_LOW
|
||||||
).apply {
|
).apply {
|
||||||
group = GROUP_BACK_RESTORE
|
group = GROUP_BACK_RESTORE
|
||||||
setShowBadge(false)
|
setShowBadge(false)
|
||||||
|
|
Loading…
Reference in a new issue