Revert change

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-01-12 21:21:50 +01:00 committed by tobiasKaminsky
parent ffb33a3ed8
commit 1c8d46f9ff
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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);