Skip to content

Commit c355ba4

Browse files
alperozturk96backportbot[bot]
authored andcommitted
make media folder detection worker silent
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent b2353f0 commit c355ba4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/MediaFoldersDetectionWork.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class MediaFoldersDetectionWork(
221221
.setAutoCancel(true)
222222
.setSound(null)
223223
.setVibrate(null)
224-
.setOnlyAlertOnce(true)
225224
.setSilent(true)
226225
.setContentIntent(pendingIntent)
227226

0 commit comments

Comments
 (0)