Adjust the thumbnails size to the size used on screen
[pub/Android/ownCloud.git] / src / com / owncloud / android / MainApp.java
index 37a3e6f..93da139 100644 (file)
@@ -58,8 +58,7 @@ public class MainApp extends Application {
         }
 
         // initialise thumbnails cache on background thread
-        new ThumbnailsCacheManager.InitDiskCacheTask(AccountUtils.getCurrentOwnCloudAccount(mContext),
-                mContext).execute();
+        new ThumbnailsCacheManager.InitDiskCacheTask(mContext).execute();
         
         if (BuildConfig.DEBUG) {