Skip to content

Commit a8675fe

Browse files
committed
deduplicate logic
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 3195956 commit a8675fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/autoUpload/FileSystemRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FileSystemRepository(private val dao: FileSystemDao, private val context:
9191
val selection = "${MediaStore.MediaColumns.DATA} LIKE ?"
9292
val selectionArgs = arrayOf("$syncedPath%")
9393

94-
Log_OC.d(TAG, "Querying MediaStore for files in: $syncedPath")
94+
Log_OC.d(TAG, "Querying MediaStore for files in: $syncedPath, uri: $uri")
9595

9696
val cursor = context.contentResolver.query(
9797
uri,

0 commit comments

Comments
 (0)