Эх сурвалжийг харах

shortened this prediction, since it will always be image...

Andy Scherzinger 9 жил өмнө
parent
commit
8c19d0fa50

+ 2 - 2
src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java

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