Revert "Update filelist for update actions, sent notification to uri in FileContenPro...
authormasensio <masensio@solidgear.es>
Tue, 6 May 2014 10:56:19 +0000 (12:56 +0200)
committermasensio <masensio@solidgear.es>
Tue, 6 May 2014 10:56:19 +0000 (12:56 +0200)
This reverts commit 8283b301e1ebeafd8f157a54517d4a2cc194f5bd.

src/com/owncloud/android/providers/FileContentProvider.java

index f76ae94..19b64bb 100644 (file)
@@ -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;
     }