mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Sooo slow
This commit is contained in:
@@ -456,7 +456,7 @@ class ImageHelper {
|
||||
});
|
||||
|
||||
try {
|
||||
if (!semaphore.tryAcquire(2500, TimeUnit.MILLISECONDS))
|
||||
if (!semaphore.tryAcquire(5000, TimeUnit.MILLISECONDS))
|
||||
Log.e("fitDrawable failed");
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(ex);
|
||||
|
||||
Reference in New Issue
Block a user