Skip to content

Commit e91ba45

Browse files
alperozturk96backportbot[bot]
authored andcommitted
fix code analytics
Signed-off-by: alperozturk <[email protected]>
1 parent a38d91f commit e91ba45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ class MediaFoldersDetectionWork constructor(
207207
return Result.success()
208208
}
209209

210+
@Suppress("MagicNumber")
210211
private fun sendAutoUploadNotification() {
211212
val notificationId = 326
212213
val intent = Intent(context, FileDisplayActivity::class.java).apply {

0 commit comments

Comments
 (0)