pull/164/head
M66B 5 years ago
parent 38cf9c73e1
commit 0b96af9e86

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

Loading…
Cancel
Save