From: purigarcia Date: Tue, 28 Jul 2015 08:47:08 +0000 (+0200) Subject: merge develop X-Git-Tag: oc-android-1.8~54^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/65fe0be763fbbd29febae4c4c6e3825f887ec937?hp=--cc merge develop --- 65fe0be763fbbd29febae4c4c6e3825f887ec937 diff --git a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java index 58e92552..33fa57fd 100644 --- a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java +++ b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java @@ -276,7 +276,6 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter { sharedWithMeIconV.setVisibility(View.VISIBLE); } else { sharedWithMeIconV.setVisibility(View.GONE); - } break;