mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Show addresses on contacts in participant list when creating a chat room.
Update SDK.
This commit is contained in:
parent
bd1ce9cb02
commit
ecf073ea74
2 changed files with 3 additions and 2 deletions
|
|
@ -391,7 +391,8 @@ DialogPlus {
|
|||
chatRoomModel:null
|
||||
|
||||
}
|
||||
onEntryClicked: actions[0].handler(entry)
|
||||
// it's best to toggle all contacts instead of one (that will be reset after loadng another address)
|
||||
onEntryClicked: participantView.showSubtitle = !participantView.showSubtitle
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a305de03be82f27ccd570404963c9a48bc500ab
|
||||
Subproject commit f72b783bafe93101de710ae1f14c7c53bfbf34fc
|
||||
Loading…
Add table
Reference in a new issue