diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index 1a29be608..d7e4d4479 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -476,6 +476,7 @@ static UICompositeViewDescription *compositeDescription = nil; - (void)callUpdateEvent:(NSNotification *)notif { [self updateSuperposedButtons]; _toggleRecord.enabled = linphone_core_get_calls_nb(LC) == 0; + [_tableController.tableView reloadData]; }