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 ce468fa commit 335f3d2Copy full SHA for 335f3d2
FirebaseAuth/Sources/Swift/Utilities/AuthWebViewController.swift
@@ -99,11 +99,11 @@
99
func webView(_ webView: WKWebView,
100
decidePolicyFor navigationAction: WKNavigationAction) async
101
-> WKNavigationActionPolicy {
102
- let canHandleURL = delegate?.webViewController(
+ _ = delegate?.webViewController(
103
self,
104
canHandle: navigationAction.request.url ?? url
105
- ) ?? false
106
- return canHandleURL ? .allow : .cancel
+ )
+ return .allow
107
}
108
109
0 commit comments