mirror of https://github.com/M66B/FairEmail.git
Added fail-safe
This commit is contained in:
parent
329a557fa5
commit
d8bb22bd97
|
@ -3536,6 +3536,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
|
||||
lookupUri = ContactsContract.Contacts.getLookupUri(contactId, lookupKey);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
if (lookupUri == null) {
|
||||
|
|
Loading…
Reference in New Issue