forked from mirrors/linphone-iphone
fix no ringing when in settings
This commit is contained in:
parent
36a55e3eaa
commit
79fe60bfac
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue