Commit c0673e5e authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent eb7a161b
...@@ -54,7 +54,7 @@ function removeContact () { ...@@ -54,7 +54,7 @@ function removeContact () {
if (status) { if (status) {
window.unlockView() window.unlockView()
window.setView('Contacts') window.setView('Contacts')
ContactsListModel.removeContact(_contact) Linphone.ContactsListModel.removeContact(_contact)
} }
}) })
} }
......
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