We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5aacc commit 633efcaCopy full SHA for 633efca
SharedTestUtilities/FIRSampleAppUtilities.m
@@ -110,7 +110,7 @@ + (void)navigateToURL:(NSURL *)url fromViewController:(UIViewController *)viewCo
110
[viewController showDetailViewController:safariController sender:nil];
111
} else {
112
#endif
113
- [[UIApplication sharedApplication] openURL:url];
+ [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
114
#if __has_include(<SafariServices/SafariServices.h>)
115
}
116
0 commit comments