Fix track worker notification behavior

master
Koitharu 2 years ago
parent 325a8be484
commit b4d52f1367
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -293,6 +293,7 @@ class TrackWorker @AssistedInject constructor(
setCategory(NotificationCompat.CATEGORY_SERVICE)
setDefaults(0)
setOngoing(false)
setOnlyAlertOnce(true)
setSilent(true)
setContentIntent(
PendingIntentCompat.getActivity(

Loading…
Cancel
Save