mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix account not persisted after login into linphon
This commit is contained in:
parent
f762c8b018
commit
601a1450ea
1 changed files with 3 additions and 0 deletions
|
|
@ -542,6 +542,9 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
[self displayAssistantConfigurationError];
|
||||
|
||||
[LinphoneManager.instance migrationPerAccount];
|
||||
|
||||
linphone_config_sync(LinphoneManager.instance.configDb);
|
||||
|
||||
}
|
||||
|
||||
- (void)displayAssistantConfigurationError {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue