Remove ongoing flag from background work notifications

This commit is contained in:
Koitharu
2023-06-27 12:34:12 +03:00
parent 6de55afa27
commit f188d1c0f3
4 changed files with 4 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ class TrackWorker @AssistedInject constructor(
.setPriority(NotificationCompat.PRIORITY_MIN)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setDefaults(0)
.setOngoing(true)
.setOngoing(false)
.setSilent(true)
.setProgress(0, 0, true)
.setSmallIcon(android.R.drawable.stat_notify_sync)