try fix #1113
authortobiasKaminsky <tobias@kaminsky.me>
Tue, 25 Aug 2015 12:40:16 +0000 (14:40 +0200)
committertobiasKaminsky <tobias@kaminsky.me>
Tue, 25 Aug 2015 12:40:16 +0000 (14:40 +0200)
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

index 0c72052..7a82fb5 100644 (file)
@@ -335,6 +335,8 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
 \r
             } else {\r
                 // Folder\r
+                fileIcon.setBackground(null);\r
+\r
                 if (checkIfFileIsSharedWithMe(file)) {\r
                     fileIcon.setImageResource(R.drawable.shared_with_me_folder);\r
                 } else if (file.isShareByLink()) {\r