mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed generated avatar for SIP URIs without username
This commit is contained in:
parent
bcc384ecef
commit
3bfef64ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ConversationContactOrSuggestionModel
|
|||
?: if (friend != null) {
|
||||
friend.name ?: LinphoneUtils.getDisplayName(address)
|
||||
} else {
|
||||
address.username.orEmpty()
|
||||
address.username ?: address.domain.orEmpty()
|
||||
}
|
||||
|
||||
val sipUri = address.asStringUriOnly()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue