mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix linphoneLogin button
This commit is contained in:
parent
47114c4c98
commit
b7d1487eaf
1 changed files with 4 additions and 4 deletions
|
|
@ -1010,6 +1010,10 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
defaultAction.accessibilityLabel = @"PopUpResp";
|
||||
[self presentViewController:errView animated:YES completion:nil];
|
||||
}
|
||||
|
||||
// enable linphoneLoginButton if error
|
||||
[_linphoneLoginButton setBackgroundColor:[UIColor clearColor]];
|
||||
_linphoneLoginButton.enabled = YES;
|
||||
}
|
||||
|
||||
- (void)isAccountUsed:(LinphoneAccountCreatorStatus)status withResp:(const char *)resp {
|
||||
|
|
@ -1050,10 +1054,6 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
// enable linphoneLoginButton if error
|
||||
[_linphoneLoginButton setBackgroundColor:[UIColor clearColor]];
|
||||
_linphoneLoginButton.enabled = YES;
|
||||
}
|
||||
|
||||
- (void) isAccountActivated:(const char *)resp {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue