Commit 51e13ec4 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/ContactEdit): handle correctly new added contact

parent cefd6476
......@@ -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.
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment