2 threads for 2.2 and lower instead of 1

This commit is contained in:
Daniel Martí 2013-10-25 19:57:04 +02:00
parent f7531fcdb5
commit 17b33108c5

View File

@ -94,7 +94,7 @@ public class FDroidApp extends Application {
.bitmapConfig(Bitmap.Config.RGB_565)
.imageScaleType(ImageScaleType.NONE)
.build();
threads = 1;
threads = 2;
}
// Parameters for 2.3 and above
else {