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