tobiasKaminsky 9 years ago
parent
commit
6df6548ee7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/com/owncloud/android/ui/adapter/FileListListAdapter.java

+ 2 - 0
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

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