mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Small fix in HistoryDetailsViewController (break when found the good call log)
This commit is contained in:
parent
7d2a79c25b
commit
87714f3da3
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
const char *cid = linphone_call_log_get_call_id(log);
|
||||
if(cid != NULL && [callLogId isEqualToString:[NSString stringWithUTF8String:cid]]) {
|
||||
callLog = log;
|
||||
break;
|
||||
}
|
||||
list = list->next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue