pull/183/head
M66B 4 years ago
parent 704b65c229
commit 5126894631

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

Loading…
Cancel
Save