mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix missing sip addresses in allAddresses
This commit is contained in:
parent
c324b09aae
commit
0966c5ac17
2 changed files with 3 additions and 3 deletions
|
|
@ -447,6 +447,7 @@ QList<QVariant> FriendCore::getAllAddresses() const {
|
|||
++addressIt;
|
||||
}
|
||||
addresses << phoneNumbers;
|
||||
addresses << mAddressList;
|
||||
return addresses;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -330,9 +330,8 @@ AbstractMainPage {
|
|||
groupCallVisible: true
|
||||
searchBarColor: DefaultStyle.grey_100
|
||||
onContactClicked: contact => {
|
||||
mainWindow.startCallWithContact(
|
||||
contact, false, callContactsList)
|
||||
}
|
||||
mainWindow.startCallWithContact(contact, false, callContactsList)
|
||||
}
|
||||
onGroupCallCreationRequested: {
|
||||
console.log("groupe call requetsed")
|
||||
listStackView.push(groupCallItem)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue