From: jabarros Date: Wed, 21 Jan 2015 11:37:28 +0000 (+0100) Subject: Fixed. Size of the folders is shown in the file list when it should not X-Git-Tag: oc-android-1.7.0_signed~16^2~12 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/6cc3596ce85dfd7e74051bf67d3d673711fbdd07 Fixed. Size of the folders is shown in the file list when it should not --- diff --git a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java index 3feb370c..76dc4985 100644 --- a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java +++ b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java @@ -249,7 +249,8 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter { } else { sharedWithMeIconV.setVisibility(View.GONE); } - } else { + } else { //Folder + fileSizeV.setVisibility(View.INVISIBLE); localStateView.setVisibility(View.INVISIBLE); } break;