From f489d4747af7c140798c0a826800ce54d23edfe6 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Mon, 14 Jun 2021 11:51:21 +0200 Subject: [PATCH] Group chat info popup menu : reload data to take into account the potential changes with the ephemeral feature being activated or not in the settings, and remove table cell separators continuing further than the actual size of the popup menu --- Classes/ChatConversationView.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index e9d92230b..251c10903 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -1573,6 +1573,8 @@ void on_chat_room_conference_alert(LinphoneChatRoom *cr, const LinphoneEventLog _popupMenu.layer.shadowRadius = 10; _popupMenu.layer.masksToBounds = false; _toggleMenuButton.hidden = false; + _popupMenu.tableFooterView = [UIView new]; + [_popupMenu reloadData]; } -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {