forked from mirrors/linphone-iphone
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