소스 검색

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)));