projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OC-575: Update the size of a folder in DB during the sync. OC-523
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
OCFileListFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
index
5ae80c1
..
b9d386f
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
@@
-107,6
+107,7
@@
public class OCFileListFragment extends ExtendedListFragment implements EditName
getListView().setOnCreateContextMenuListener(this);
mHandler = new Handler();
+
}
/**
@@
-370,6
+371,7
@@
public class OCFileListFragment extends ExtendedListFragment implements EditName
mList.setSelectionFromTop(0, 0);
}
mFile = directory;
+
}
}