소스 검색

Set backup/restore progress notifications to low priority

arkon 5 년 전
부모
커밋
31b86f539b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt

@@ -95,7 +95,7 @@ object Notifications {
             ),
             NotificationChannel(
                 CHANNEL_BACKUP_RESTORE_PROGRESS, context.getString(R.string.channel_backup_restore_progress),
-                NotificationManager.IMPORTANCE_DEFAULT
+                NotificationManager.IMPORTANCE_LOW
             ).apply {
                 group = GROUP_BACK_RESTORE
                 setShowBadge(false)