Fix freeze in call by swiping screen right

This commit is contained in:
Christophe Deschamps 2022-11-17 18:20:27 +01:00
parent 65573ba1be
commit d5a6a233af

View file

@ -339,6 +339,9 @@
}
- (IBAction)onRightSwipe:(id)sender {
if (linphone_core_get_calls_nb(LC) > 0) {
return;
}
[self hideSideMenu:NO];
}