mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Re-enable voice play button in chat after call ending
This commit is contained in:
parent
04aded6a48
commit
b3a5168191
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue