projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Grant that the content of the previous adapter is updated with rotations"
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
providers
/
FileContentProvider.java
diff --git
a/src/com/owncloud/android/providers/FileContentProvider.java
b/src/com/owncloud/android/providers/FileContentProvider.java
index
fc03807
..
f76ae94
100644
(file)
--- a/
src/com/owncloud/android/providers/FileContentProvider.java
+++ b/
src/com/owncloud/android/providers/FileContentProvider.java
@@
-484,7
+484,7
@@
public class FileContentProvider extends ContentProvider {
}
getContext().getContentResolver().notifyChange(uri, null);
-
// Get parentId to notify the change
+ // Get parentId to notify the change
long parentId = getParentId(uri);
// Notify the change to the parent folder
notifyChangeToParentUri(parentId);