Give fit drawable more time on slow devices

pull/163/head
M66B 5 years ago
parent 96abb4fb8a
commit fc028bc122

@ -455,7 +455,7 @@ class ImageHelper {
});
try {
if (!semaphore.tryAcquire(1500, TimeUnit.MILLISECONDS))
if (!semaphore.tryAcquire(2500, TimeUnit.MILLISECONDS))
Log.e("fitDrawable failed");
} catch (InterruptedException ex) {
Log.w(ex);

Loading…
Cancel
Save