Browse Source

to be sure ;)

tobiasKaminsky 9 years ago
parent
commit
69e78694cd
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

@@ -326,6 +326,8 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
                         Drawable backrepeat = mContext.getResources().
                                               getDrawable(R.drawable.backrepeat);
                         fileIcon.setBackground(backrepeat);
+                    } else {
+                        fileIcon.setBackground(null);
                     }
 
                 } else {