mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Fix freeze in call by swiping screen right
This commit is contained in:
parent
65573ba1be
commit
d5a6a233af
1 changed files with 3 additions and 0 deletions
|
|
@ -339,6 +339,9 @@
|
|||
}
|
||||
|
||||
- (IBAction)onRightSwipe:(id)sender {
|
||||
if (linphone_core_get_calls_nb(LC) > 0) {
|
||||
return;
|
||||
}
|
||||
[self hideSideMenu:NO];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue