mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
0009252: ios Build 7 - Non prise en compte de la suppression des notifications dans un groupe de discussion
This commit is contained in:
parent
8413ae5518
commit
ef744eb068
1 changed files with 2 additions and 0 deletions
|
|
@ -393,6 +393,8 @@ static const CGFloat MESSAGE_SPACING_PERCENTAGE = 1.f;
|
|||
LinphoneEventLog *event = [[eventList objectAtIndex:indexPath.row] pointerValue];
|
||||
if (linphone_event_log_get_chat_message(event)) {
|
||||
linphone_chat_room_delete_message(_chatRoom, linphone_event_log_get_chat_message(event));
|
||||
} else {
|
||||
linphone_event_log_delete_from_database(event);
|
||||
}
|
||||
NSInteger index = indexPath.row + _currentIndex + (totalEventList.count - eventList.count);
|
||||
if (index < totalEventList.count)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue