Переглянути джерело

Update reference to library

David A. Velasco 10 роки тому
батько
коміт
e5f20fb85b

+ 1 - 1
owncloud-android-library

@@ -1 +1 @@
-Subproject commit 0f23df1b7b51e9be2034957a7fd47874f44d210c
+Subproject commit 0f4f4edf6cab6167fafb9ec9dcec49d9064e06e2

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

@@ -420,7 +420,6 @@ public class FileContentProvider extends ContentProvider {
         // DB case_sensitive
         db.execSQL("PRAGMA case_sensitive_like = true");
         Cursor c = sqlQuery.query(db, projection, selection, selectionArgs, null, null, order);
-        Log_OC.d(TAG, "setting notification URI: " + uri);
         c.setNotificationUri(getContext().getContentResolver(), uri);
         return c;
     }