mirror of https://github.com/M66B/FairEmail.git
Looks the same, but appears to be different
This commit is contained in:
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…
Reference in New Issue