mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 13:18:06 +00:00
fix(ui/views/App/Calls/Incall): display username of sip address (not contact)
This commit is contained in:
parent
d016f4812a
commit
e97d7ec9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ Rectangle {
|
|||
anchors.centerIn: parent
|
||||
horizontalTextAlignment: Text.AlignHCenter
|
||||
sipAddress: ''
|
||||
username: LinphoneUtils.getContactUsername(_sipAddressObserver.contact || sipAddress)
|
||||
username: LinphoneUtils.getContactUsername(_sipAddressObserver.contact || _sipAddressObserver.sipAddress)
|
||||
|
||||
height: parent.height
|
||||
width: parent.width - rightActions.width - leftActions.width - CallStyle.header.contactDescription.width
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue