mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
better management of backToCall button
This commit is contained in:
parent
ab91f511c9
commit
89abbcb645
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
- (void)update {
|
||||
self.hidden = (_tableView.isEditing || linphone_core_get_current_call(LC) == NULL);
|
||||
self.hidden = (_tableView.isEditing || linphone_core_get_calls_nb(LC) > 0);
|
||||
}
|
||||
|
||||
- (IBAction)onBackToCallClick:(id)sender {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue