adding a crashfix
This commit is contained in:
parent
991e7b07c7
commit
1a23315ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ class ContactsHelper(val context: Context) {
|
|||
}
|
||||
|
||||
val nickname = getNicknames(id)[id] ?: ""
|
||||
val photoUri = cursor.getStringValue(Phone.PHOTO_URI) ?: ""
|
||||
val photoUri = cursor.getStringValueOrNull(Phone.PHOTO_URI) ?: ""
|
||||
val number = getPhoneNumbers(id)[id] ?: ArrayList()
|
||||
val emails = getEmails(id)[id] ?: ArrayList()
|
||||
val addresses = getAddresses(id)[id] ?: ArrayList()
|
||||
|
|
|
|||
Loading…
Reference in a new issue