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 e7f17552ec
commit df10ac4aa7

View file

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