This commit is contained in:
M66B 2020-07-01 13:04:19 +02:00
parent 704b65c229
commit 5126894631
1 changed files with 2 additions and 0 deletions

View File

@ -352,6 +352,8 @@ public class ContactInfo {
for (Future<Bitmap> future : futures)
try {
info.bitmap = future.get();
if (info.bitmap != null)
break;
} catch (ExecutionException exex) {
ex = exex.getCause();
} catch (Throwable exex) {