mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Save the logs removed
This commit is contained in:
parent
43f765a0f3
commit
d72e9c553e
1 changed files with 1 additions and 0 deletions
|
|
@ -3495,6 +3495,7 @@ int linphone_core_get_missed_calls_count(LinphoneCore *lc) {
|
|||
|
||||
void linphone_core_remove_call_log(LinphoneCore *lc, void *data) {
|
||||
lc->call_logs = ms_list_remove(lc->call_logs, data);
|
||||
call_logs_write_to_config_file(lc);
|
||||
}
|
||||
|
||||
static void toggle_video_preview(LinphoneCore *lc, bool_t val){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue