فهرست منبع

Revert change

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 سال پیش
والد
کامیت
1c8d46f9ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/owncloud/android/providers/FileContentProvider.java

+ 1 - 1
src/main/java/com/owncloud/android/providers/FileContentProvider.java

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