Looks the same, but appears to be different

This commit is contained in:
M66B
2020-01-09 13:28:01 +01:00
parent da9f3369fd
commit ca8426e90e

View File

@@ -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);