Commit f422bd7d authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/contact/ContactModel): emit `contactUpdated` on edition cancel

parent f21d5187
linphone @ c0048ed8
Subproject commit 09627fe9562b9e0420e7d27e06bb4619d3ad7f4e
Subproject commit c0048ed884a411dc29f92daf7bf4c6941074675a
......@@ -71,6 +71,8 @@ void ContactModel::abortEdit () {
// TODO: call linphone friend abort function when available.
// m_linphone_friend->abort();
m_old_sip_addresses.clear();
emit contactUpdated();
}
Presence::PresenceStatus ContactModel::getPresenceStatus () const {
......
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