mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added fail-safe
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user