mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Oops
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user