Add comment removed when fixing conflict in merge

This commit is contained in:
jabarros 2014-10-23 11:16:31 +02:00
parent 6970560d2f
commit 583194a19a

View file

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