2 threads for 2.2 and lower instead of 1
This commit is contained in:
parent
f7531fcdb5
commit
17b33108c5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user