فهرست منبع

to be sure ;)

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