Skip to content

Commit 10c3850

Browse files
committed
increase picasso cache size
1 parent 9693e75 commit 10c3850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/co/tinode/tindroid/TindroidApp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
public class TindroidApp extends Application implements DefaultLifecycleObserver {
6565
private static final String TAG = "TindroidApp";
6666

67-
// 32 MB.
68-
private static final int PICASSO_CACHE_SIZE = 1024 * 1024 * 32;
67+
// 256 MB.
68+
private static final int PICASSO_CACHE_SIZE = 1024 * 1024 * 256;
6969

7070
private static TindroidApp sContext;
7171

0 commit comments

Comments
 (0)