mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Remove warning about proxy config
This commit is contained in:
parent
e541869c96
commit
503ffed097
1 changed files with 2 additions and 2 deletions
|
|
@ -1473,7 +1473,7 @@ static void audioRouteChangeListenerCallback (
|
|||
linphone_core_set_default_proxy(theLinphoneCore,proxyCfg);
|
||||
|
||||
} else {
|
||||
if (configCheckDisable == false ) {
|
||||
/*if (configCheckDisable == false ) {
|
||||
UIAlertView* error = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Warning",nil)
|
||||
message:NSLocalizedString(@"It seems you have not configured any proxy server from settings",nil)
|
||||
delegate:self
|
||||
|
|
@ -1481,7 +1481,7 @@ static void audioRouteChangeListenerCallback (
|
|||
otherButtonTitles:NSLocalizedString(@"Never remind",nil),nil];
|
||||
[error show];
|
||||
[error release];
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
//Configure Codecs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue