From: masensio Date: Tue, 6 May 2014 10:56:19 +0000 (+0200) Subject: Revert "Update filelist for update actions, sent notification to uri in FileContenPro... X-Git-Tag: oc-android-1.7.0_signed~309^2~54 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/97e4d690daffac97e79478467060044c1b858d61?hp=--cc Revert "Update filelist for update actions, sent notification to uri in FileContenProvider" This reverts commit 8283b301e1ebeafd8f157a54517d4a2cc194f5bd. --- 97e4d690daffac97e79478467060044c1b858d61 diff --git a/src/com/owncloud/android/providers/FileContentProvider.java b/src/com/owncloud/android/providers/FileContentProvider.java index f76ae94b..19b64bb2 100644 --- a/src/com/owncloud/android/providers/FileContentProvider.java +++ b/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; }