Merge remote-tracking branch 'origin/develop' into refresh_folder_contents_when_brows...
authormasensio <masensio@solidgear.es>
Tue, 1 Oct 2013 10:58:17 +0000 (12:58 +0200)
committermasensio <masensio@solidgear.es>
Tue, 1 Oct 2013 10:58:17 +0000 (12:58 +0200)
1  2 
src/com/owncloud/android/datamodel/FileDataStorageManager.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@@ -678,9 -674,8 +678,8 @@@ public class FileDataStorageManager imp
          
          OCFile file; 
  
 -        while (parentId != 0) {
 +        while (parentId != DataStorageManager.ROOT_PARENT_ID) {
              
-             Log_OC.d(TAG, "parent = " + parentId);
              // Update the size of the parent
              calculateFolderSize(parentId);