fix(ui/views/App/Main/ContactEdit): fix an error in remove contact handler

This commit is contained in:
Ronan Abhamon 2017-03-30 09:30:48 +02:00
parent eb7a161b46
commit c0673e5e80

View file

@ -54,7 +54,7 @@ function removeContact () {
if (status) {
window.unlockView()
window.setView('Contacts')
ContactsListModel.removeContact(_contact)
Linphone.ContactsListModel.removeContact(_contact)
}
})
}