mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Increase fit drawable timeout
This commit is contained in:
parent
d46d4cf6b4
commit
5ca44438e0
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class ImageHelper {
|
|||
});
|
||||
|
||||
try {
|
||||
if (!semaphore.tryAcquire(5000, TimeUnit.MILLISECONDS))
|
||||
if (!semaphore.tryAcquire(10, TimeUnit.SECONDS))
|
||||
Log.e("fitDrawable failed");
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(ex);
|
||||
|
|
Loading…
Reference in a new issue