mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix crash upon refresh
This commit is contained in:
parent
3a60f1c303
commit
e9ecd80c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@
|
|||
|
||||
- (IBAction)onRegistrationStateClick:(id)sender {
|
||||
if (linphone_core_get_default_account(LC)) {
|
||||
linphone_core_refresh_registers(LC);
|
||||
linphone_account_refresh_register(linphone_core_get_default_account(LC));
|
||||
} else {
|
||||
|
||||
MSList *accounts = [LinphoneManager.instance createAccountsNotHiddenList];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue