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 5614ea6 commit a06b959Copy full SHA for a06b959
WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
@@ -154,8 +154,6 @@ - (void)webView:(WKWebView *)webView
154
- (void)webView:(WKWebView *)webView didFailProvisionalNavigation:(WKNavigation *)navigation withError:(NSError *)error {
155
if (webView != _webView) { return; }
156
157
- _base.numRequestsLoading--;
158
-
159
__strong typeof(_webViewDelegate) strongDelegate = _webViewDelegate;
160
if (strongDelegate && [strongDelegate respondsToSelector:@selector(webView:didFailProvisionalNavigation:withError:)]) {
161
[strongDelegate webView:webView didFailProvisionalNavigation:navigation withError:error];
0 commit comments