mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-18 12:40:46 +01:00
Also add additional (middle) names
This commit is contained in:
parent
fa15614afc
commit
56ec2c5442
@ -22,6 +22,7 @@ fun VCard?.parseNameFromVCard(): String? {
|
||||
val nameComponents = arrayListOf<String?>().apply {
|
||||
addAll(structured.prefixes)
|
||||
add(structured.given)
|
||||
addAll(structured.additionalNames)
|
||||
add(structured.family)
|
||||
addAll(structured.suffixes)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user