Skip to content

Commit 9e2ec95

Browse files
Clean up code
1 parent 5a8eece commit 9e2ec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/filepicker/FilePicker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ object FilePicker : Constants {
310310
} ?: intentData.data?.let { uri ->
311311
context.contentResolver.takePersistableUriPermission(uri, takeFlags)
312312
}
313-
} ?: return // No data to process
313+
}
314314
}
315315

316316
/**

0 commit comments

Comments
 (0)