فهرست منبع

Revert "Update filelist for update actions, sent notification to uri in FileContenProvider"

This reverts commit 8283b301e1ebeafd8f157a54517d4a2cc194f5bd.
masensio 11 سال پیش
والد
کامیت
97e4d690da
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      src/com/owncloud/android/providers/FileContentProvider.java

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

@@ -483,12 +483,6 @@ public class FileContentProvider extends ContentProvider {
             db.endTransaction();
         }
         getContext().getContentResolver().notifyChange(uri, null);
-        
-     // Get parentId to notify the change
-        long parentId = getParentId(uri);
-        // Notify the change to the parent folder
-        notifyChangeToParentUri(parentId);
-        
         return count;
     }