mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
HistoryList: fix crash
This commit is contained in:
parent
62f121ee44
commit
890905ced5
2 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</connections>
|
||||
</placeholder>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<swipeGestureRecognizer enabled="NO" direction="left" id="JRs-i1-zCl" userLabel="OnLateralSwipe">
|
||||
<swipeGestureRecognizer direction="left" id="JRs-i1-zCl" userLabel="OnLateralSwipe">
|
||||
<connections>
|
||||
<action selector="onLateralSwipe:" destination="-1" id="5td-pZ-6Vc"/>
|
||||
<outlet property="delegate" destination="-1" id="yhK-9x-aT0"/>
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@
|
|||
[self.sections setObject:eventsOnThisDay forKey:startDate];
|
||||
}
|
||||
|
||||
linphone_call_log_set_user_data(log, NULL);
|
||||
|
||||
// if this contact was already the previous entry, do not add it twice
|
||||
LinphoneCallLog *prev = [eventsOnThisDay lastObject] ? [[eventsOnThisDay lastObject] pointerValue] : NULL;
|
||||
if (prev && linphone_address_weak_equal(linphone_call_log_get_remote_address(prev),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue