Construct name from structured name
This commit is contained in:
parent
00d69ad40e
commit
4f809426bb
2 changed files with 16 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class VCardViewerAdapter(
|
|||
}
|
||||
|
||||
private fun setupVCardView(view: View, item: VCardWrapper) {
|
||||
val name = item.vCard.formattedName?.value
|
||||
val name = item.getFullName()
|
||||
view.apply {
|
||||
item_contact_name.apply {
|
||||
text = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue