mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
LinphoneManager.m: temporary disable call logs in database until liblinphone handle them
This commit is contained in:
parent
e4d2900b6c
commit
d52cd025ed
1 changed files with 1 additions and 2 deletions
|
|
@ -1367,8 +1367,7 @@ 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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue