فهرست منبع

Add comment removed when fixing conflict in merge

jabarros 10 سال پیش
والد
کامیت
583194a19a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/com/owncloud/android/ui/adapter/FileListListAdapter.java

+ 1 - 0
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

@@ -242,6 +242,7 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
                 }
             } 
             else {
+                  // TODO Re-enable when server supports folder-size calculation
 //                if (FileStorageUtils.getDefaultSavePathFor(mAccount.name, file) != null){
 //                    fileSizeV.setVisibility(View.VISIBLE);
 //                    fileSizeV.setText(getFolderSizeHuman(FileStorageUtils.getDefaultSavePathFor(mAccount.name, file)));