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

This commit is contained in:
Ronan Abhamon 2017-05-05 16:24:24 +02:00
parent cefd6476c0
commit 51e13ec456

View file

@ -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.
}
}