mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
reload friends after linking account
This commit is contained in:
parent
9f522bf182
commit
1a5d6693e6
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ void assistant_activate_phone_number_link(LinphoneAccountCreator *creator, Linph
|
|||
linphone_proxy_config_set_dial_prefix(cfg, prefix[0] == '+' ? &prefix[1] : prefix);
|
||||
linphone_proxy_config_done(cfg);
|
||||
}
|
||||
[LinphoneManager.instance.fastAddressBook reload];
|
||||
[PhoneMainView.instance popToView:DialerView.compositeViewDescription];
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:kLinphoneAddressBookUpdate object:NULL];
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue