tobiasKaminsky 9 жил өмнө
parent
commit
69e78694cd

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