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 74c9732 commit cbeee32Copy full SHA for cbeee32
src/github/daneren2005/dsub/util/ImageLoader.java
@@ -72,7 +72,7 @@ public ImageLoader(Context context) {
72
this.context = context;
73
handler = new Handler(Looper.getMainLooper());
74
final int maxMemory = (int) (Runtime.getRuntime().maxMemory() / 1024);
75
- final int cacheSize = maxMemory / 3;
+ final int cacheSize = maxMemory / 4;
76
77
// Determine the density-dependent image sizes.
78
imageSizeDefault = context.getResources().getDrawable(R.drawable.unknown_album).getIntrinsicHeight();
0 commit comments