|
|
|
@ -555,11 +555,12 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
|
|
|
|
handler:^(UIAlertAction *_Nonnull action){
|
|
|
|
handler:^(UIAlertAction *_Nonnull action){
|
|
|
|
|
|
|
|
|
|
|
|
}]];
|
|
|
|
}]];
|
|
|
|
[[Environment getCurrent].homeViewController.presentedViewController presentViewController:controller
|
|
|
|
UIViewController *fromViewController = [[UIApplication sharedApplication] frontmostViewController];
|
|
|
|
animated:YES
|
|
|
|
[fromViewController presentViewController:controller
|
|
|
|
completion:^{
|
|
|
|
animated:YES
|
|
|
|
completionHandler(NO);
|
|
|
|
completion:^{
|
|
|
|
}];
|
|
|
|
completionHandler(NO);
|
|
|
|
|
|
|
|
}];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|