We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9693e75 commit 10c3850Copy full SHA for 10c3850
app/src/main/java/co/tinode/tindroid/TindroidApp.java
@@ -64,8 +64,8 @@
64
public class TindroidApp extends Application implements DefaultLifecycleObserver {
65
private static final String TAG = "TindroidApp";
66
67
- // 32 MB.
68
- private static final int PICASSO_CACHE_SIZE = 1024 * 1024 * 32;
+ // 256 MB.
+ private static final int PICASSO_CACHE_SIZE = 1024 * 1024 * 256;
69
70
private static TindroidApp sContext;
71
0 commit comments