mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 21:58:06 +00:00
fix(ui/views/App/Main/ContactEdit): handle correctly new added contact
This commit is contained in:
parent
cefd6476c0
commit
51e13ec456
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ function save () {
|
|||
window.unlockView()
|
||||
} else {
|
||||
contactEdit._contact = Linphone.ContactsListModel.addContact(vcard)
|
||||
handleVcardChanged(vcard) // Called directly, because the vcard is not modified in the view.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue