Re-enable voice play button in chat after call ending

This commit is contained in:
Christophe Deschamps 2021-09-03 08:41:19 +02:00
parent 04aded6a48
commit b3a5168191

View file

@ -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];
}