mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
again
This commit is contained in:
parent
47eb661230
commit
e1a1c50f81
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
#pragma mark - Call Functions
|
||||
|
||||
- (void)call:(NSString *)address displayName:(NSString*)displayName transfer:(BOOL)transfer {
|
||||
if (!linphone_core_is_network_reachabled(theLinphoneCore)) {
|
||||
if (!linphone_core_is_network_reachable(theLinphoneCore)) {
|
||||
UIAlertView* error = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Network Error",nil)
|
||||
message:NSLocalizedString(@"There is no network connection available, enable WIFI or WWAN prior to place a call",nil)
|
||||
delegate:nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue