mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Revert change
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ffb33a3ed8
commit
1c8d46f9ff
1 changed files with 1 additions and 1 deletions
|
@ -621,8 +621,8 @@ public class FileContentProvider extends ContentProvider {
|
|||
|
||||
// if both are null, let them pass to query
|
||||
if (selectionArgs == null && selection != null) {
|
||||
selection = "(?)";
|
||||
selectionArgs = new String[]{selection};
|
||||
selection = "(?)";
|
||||
}
|
||||
|
||||
sqlQuery.setStrict(true);
|
||||
|
|
Loading…
Reference in a new issue