mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
fix(src/components/contact/ContactModel): emit contactUpdated on edition cancel
This commit is contained in:
parent
f21d51877f
commit
f422bd7da0
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue