Sooo slow

This commit is contained in:
M66B 2019-10-22 09:18:49 +02:00
parent 38cf9c73e1
commit 0b96af9e86
1 changed files with 1 additions and 1 deletions

View File

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