فهرست منبع

enable video thumbnail

tobiasKaminsky 10 سال پیش
والد
کامیت
c0b7590a03
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/com/owncloud/android/ui/adapter/FileListListAdapter.java

+ 1 - 1
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

@@ -294,7 +294,7 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
             
             // No Folder
             if (!file.isFolder()) {
-                if (file.isImage() && file.getRemoteId() != null){
+                if ((file.isImage() || file.isVideo()) && file.getRemoteId() != null){
                     // Thumbnail in Cache?
                     Bitmap thumbnail = ThumbnailsCacheManager.getBitmapFromDiskCache(
                             String.valueOf(file.getRemoteId())