updating commons with PhoneNumber containing multiple fields

This commit is contained in:
tibbi 2022-02-06 22:44:20 +01:00
parent 07e906e19c
commit 591f473a1f
10 changed files with 39 additions and 31 deletions

View file

@ -69,7 +69,7 @@ class ContactsAdapter(
}
findViewById<TextView>(R.id.item_contact_number).apply {
text = contact.phoneNumbers.first()
text = contact.phoneNumbers.first().normalizedNumber
setTextColor(textColor)
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize)
}