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 79df14f commit f5e92ddCopy full SHA for f5e92dd
WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
@@ -127,7 +127,7 @@ - (void)webView:(WKWebView *)webView
127
} else {
128
[_base logUnkownMessage:url];
129
}
130
- decisionHandler(WKNavigationActionPolicyCancel)
+ decisionHandler(WKNavigationActionPolicyCancel);
131
132
133
if (strongDelegate && [strongDelegate respondsToSelector:@selector(webView:decidePolicyForNavigationAction:decisionHandler:)]) {
0 commit comments