Added fail-safe

pull/194/head
M66B 4 years ago
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…
Cancel
Save