Added fail-safe

This commit is contained in:
M66B 2021-01-30 09:25:28 +01:00
parent 329a557fa5
commit d8bb22bd97
1 changed files with 2 additions and 0 deletions

View File

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