mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
History: store in database
This commit is contained in:
parent
f5c51f2718
commit
42fbfcd74a
3 changed files with 3 additions and 3 deletions
|
|
@ -286,7 +286,6 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (void)fillDefaultValues {
|
||||
LinphoneCore *lc = [LinphoneManager getLc];
|
||||
[self resetTextFields];
|
||||
|
||||
LinphoneProxyConfig *current_conf = linphone_core_get_default_proxy_config([LinphoneManager getLc]);
|
||||
|
|
|
|||
|
|
@ -1326,7 +1326,8 @@ static LinphoneCoreVTable linphonec_vtable = {.show = NULL,
|
|||
[zrtpSecretsFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
linphone_core_set_chat_database_path(theLinphoneCore,
|
||||
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
|
||||
linphone_core_set_call_logs_database_path(theLinphoneCore,
|
||||
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
[self migrationLinphoneSettings];
|
||||
|
||||
[self setupNetworkReachabilityCallback];
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9d403f30b38514ef4e41963c3da78af2f31052ee
|
||||
Subproject commit 2021ae9f8cc3435449a34d8a1dcaeffb2bdea931
|
||||
Loading…
Add table
Reference in a new issue