tobiasKaminsky 9 سال پیش
والد
کامیت
6df6548ee7
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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()) {