From: tobiasKaminsky Date: Tue, 25 Aug 2015 12:43:36 +0000 (+0200) Subject: to be sure ;) X-Git-Tag: oc-android-1.8~25^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/69e78694cddeb2ecb2115f02cabd58ffd435e7ce?ds=inline to be sure ;) --- diff --git a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java index 7a82fb56..321a9e0c 100644 --- a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java +++ b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java @@ -326,6 +326,8 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter { Drawable backrepeat = mContext.getResources(). getDrawable(R.drawable.backrepeat); fileIcon.setBackground(backrepeat); + } else { + fileIcon.setBackground(null); } } else {