Skip to content

Commit f28695e

Browse files
committed
fix(file-upload-worker): pausing upload
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 06647d2 commit f28695e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/upload/UploadBroadcastAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sealed class UploadBroadcastAction {
5454
context,
5555
requestCode,
5656
intent,
57-
PendingIntent.FLAG_IMMUTABLE
57+
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
5858
)
5959
}
6060
}

0 commit comments

Comments
 (0)