forked from mirrors/linphone-iphone
update submodule linphone
This commit is contained in:
parent
ce4d238f79
commit
96d33a13b8
3 changed files with 6 additions and 1 deletions
|
|
@ -211,6 +211,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
return NSLocalizedString(@"Failed to query the server. Please try again later", nil);
|
||||
case LinphoneAccountCreatorTransportNotSupported:
|
||||
return NSLocalizedString(@"Unsupported transport", nil);
|
||||
case LinphoneAccountCreatorErrorServer:
|
||||
return NSLocalizedString(@"Server error", nil);
|
||||
case LinphoneAccountCreatorAccountCreated:
|
||||
case LinphoneAccountCreatorAccountExist:
|
||||
case LinphoneAccountCreatorAccountExistWithAlias:
|
||||
|
|
@ -226,6 +228,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
case LinphoneAccountCreatorPhoneNumberUsedAccount:
|
||||
case LinphoneAccountCreatorErrorServer:
|
||||
case LinphoneAccountCreatorOK:
|
||||
|
||||
break;
|
||||
}
|
||||
return nil;
|
||||
|
|
|
|||
|
|
@ -154,6 +154,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
return NSLocalizedString(@"Failed to query the server. Please try again later", nil);
|
||||
case LinphoneAccountCreatorTransportNotSupported:
|
||||
return NSLocalizedString(@"Unsupported transport", nil);
|
||||
case LinphoneAccountCreatorErrorServer:
|
||||
return NSLocalizedString(@"Server error", nil);
|
||||
case LinphoneAccountCreatorAccountCreated:
|
||||
case LinphoneAccountCreatorAccountExist:
|
||||
case LinphoneAccountCreatorAccountExistWithAlias:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a56c6bb514eaf40876ea2d98ea16f23e608a48c5
|
||||
Subproject commit 565f83f13d731e5ed90fe1a466c5f21a55eb44ce
|
||||
Loading…
Add table
Reference in a new issue