From 79fe60bfacc1fef206e025e9d81ad4857c0b7f8c Mon Sep 17 00:00:00 2001 From: REIS Benjamin Date: Wed, 5 Oct 2016 10:45:47 +0200 Subject: [PATCH] fix no ringing when in settings --- Classes/SettingsView.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Classes/SettingsView.m b/Classes/SettingsView.m index 945eaf080..89744e523 100644 --- a/Classes/SettingsView.m +++ b/Classes/SettingsView.m @@ -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 {