mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
prevent crash
This commit is contained in:
@@ -1218,6 +1218,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
ibAvatar.setTag(lookupUri);
|
||||
ibAvatar.setEnabled(lookupUri != null);
|
||||
|
||||
if (addresses == null)
|
||||
return;
|
||||
|
||||
boolean known = false;
|
||||
boolean updated = false;
|
||||
Address[] modified = Arrays.copyOf(addresses, addresses.length);
|
||||
|
||||
Reference in New Issue
Block a user