shortened this prediction, since it will always be image...
authorAndy Scherzinger <info@andy-scherzinger.de>
Thu, 10 Sep 2015 15:54:05 +0000 (17:54 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Thu, 10 Sep 2015 15:54:05 +0000 (17:54 +0200)
src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java

index ce8bfd4..ab0743a 100644 (file)
@@ -74,8 +74,8 @@ public class ThumbnailsCacheManager {
 
     public static Bitmap mDefaultImg = 
             BitmapFactory.decodeResource(
 
     public static Bitmap mDefaultImg = 
             BitmapFactory.decodeResource(
-                    MainApp.getAppContext().getResources(), 
-                    DisplayUtils.getFileTypeIconId("image/png", "default.png")
+                    MainApp.getAppContext().getResources(),
+                    R.drawable.file_image
             );
 
     
             );