forked from organicmaps/organicmaps-tmp
[MAPSME-6429] [ios] Fixed internal alert error.
This commit is contained in:
parent
9e58c415cc
commit
44f974b71c
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ NSString * getVerifier(NSString * urlString)
|
|||
{
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self stopSpinner];
|
||||
[self.alertController presentInternalErrorAlert];
|
||||
[[MWMAlertViewController activeAlertController] presentInternalErrorAlert];
|
||||
});
|
||||
LOG(LWARNING, ("Can't loadAuthorizationPage", ex.what()));
|
||||
}
|
||||
|
@ -205,7 +205,7 @@ NSString * getVerifier(NSString * urlString)
|
|||
|
||||
- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error
|
||||
{
|
||||
[self.alertController presentInternalErrorAlert];
|
||||
[[MWMAlertViewController activeAlertController] presentInternalErrorAlert];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue