tobiasKaminsky 9 lat temu
rodzic
commit
6df6548ee7

+ 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()) {