revert previous commit
authortobiasKaminsky <tobias@kaminsky.me>
Sat, 27 Jun 2015 19:48:34 +0000 (21:48 +0200)
committertobiasKaminsky <tobias@kaminsky.me>
Sat, 27 Jun 2015 19:48:34 +0000 (21:48 +0200)
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

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