mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix GUI when remote provisioning fails due to the user already having accounts
This commit is contained in:
parent
97708e9096
commit
ff14c18f1c
1 changed files with 2 additions and 1 deletions
|
|
@ -1584,10 +1584,11 @@ UIColor *previousColor = (UIColor*)[sender backgroundColor]; \
|
|||
|
||||
UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"OK"
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {}];
|
||||
handler:^(UIAlertAction * action) {}];
|
||||
|
||||
[errView addAction:defaultAction];
|
||||
[self presentViewController:errView animated:YES completion:nil];
|
||||
_waitView.hidden = TRUE;
|
||||
} else {
|
||||
linphone_core_set_provisioning_uri(LC, [self addSchemeToProvisiionninUriIMissing:[self findTextField:ViewElement_URL].text].UTF8String);
|
||||
[self resetLiblinphone:TRUE];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue