fix no ringing when in settings

This commit is contained in:
REIS Benjamin 2016-10-05 10:45:47 +02:00
parent 36a55e3eaa
commit 79fe60bfac

View file

@ -373,10 +373,6 @@ static UICompositeViewDescription *compositeDescription = nil;
[_settingsController dismiss:self];
// Set observer
[NSNotificationCenter.defaultCenter removeObserver:self name:kIASKAppSettingChanged object:nil];
if (linphone_ringtoneplayer_is_started(linphone_core_get_ringtoneplayer(LC))) {
linphone_core_stop_ringing(LC);
}
}
- (void)viewWillAppear:(BOOL)animated {