Explorar el Código

Add comment removed when fixing conflict in merge

jabarros hace 10 años
padre
commit
583194a19a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)));