mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Add comment removed when fixing conflict in merge
This commit is contained in:
parent
6970560d2f
commit
583194a19a
1 changed files with 1 additions and 0 deletions
|
@ -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)));
|
||||
|
|
Loading…
Reference in a new issue