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
index b05e801..0634965 100644 (file)
@@ -101,8 +101,9 @@ public class OCFileListFragment extends ExtendedListFragment implements EditName
         getListView().setOnCreateContextMenuListener(this);        
         
         mHandler = new Handler();
+
     }
-    
+
 
     /**
      * Call this, when the user presses the up button
@@ -356,6 +357,7 @@ public class OCFileListFragment extends ExtendedListFragment implements EditName
                 mList.setSelectionFromTop(0, 0);
             }
             mFile = directory;
+
         }
     }