Looks the same, but appears to be different

pull/172/head
M66B 5 years ago
parent da9f3369fd
commit ca8426e90e

@ -422,7 +422,7 @@ class ImageHelper {
});
try {
if (!semaphore.tryAcquire(10, TimeUnit.SECONDS))
if (!semaphore.tryAcquire(10 * 1000, TimeUnit.MILLISECONDS))
Log.e("fitDrawable failed");
} catch (InterruptedException ex) {
Log.w(ex);

Loading…
Cancel
Save