stop dtmf sound when SideMenuViewAppears in case the user started the swipe on a digits button

This commit is contained in:
Benjamin Reis 2017-02-27 11:52:04 +01:00
parent 01b79e1c2d
commit 453d1544a0

View file

@ -37,6 +37,7 @@
}
- (void)viewWillAppear:(BOOL)animated {
linphone_core_stop_dtmf(LC);
[super viewWillAppear:animated];
_sideMenuEntries = [[NSMutableArray alloc] init];