to be sure ;)
authortobiasKaminsky <tobias@kaminsky.me>
Tue, 25 Aug 2015 12:43:36 +0000 (14:43 +0200)
committertobiasKaminsky <tobias@kaminsky.me>
Tue, 25 Aug 2015 12:43:36 +0000 (14:43 +0200)
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

index 7a82fb5..321a9e0 100644 (file)
@@ -326,6 +326,8 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
                         Drawable backrepeat = mContext.getResources().\r
                                               getDrawable(R.drawable.backrepeat);\r
                         fileIcon.setBackground(backrepeat);\r
+                    } else {\r
+                        fileIcon.setBackground(null);\r
                     }\r
 \r
                 } else {\r