Skip to content

Commit

Permalink
Merge pull request #158 from gracefulife/patch-1
Browse files Browse the repository at this point in the history
Update README_EN.md
  • Loading branch information
yale8848 committed Aug 19, 2019
2 parents d52f58d + f4d7c9b commit f94c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_EN.md
Expand Up @@ -43,7 +43,7 @@ Add WebView Interceptor
@Nullable
@Override
public WebResourceResponse shouldInterceptRequest(WebView view, WebResourceRequest request) {
return WebViewCacheInterceptorInst.getInstance().interceptRequest(view, request);
return WebViewCacheInterceptorInst.getInstance().interceptRequest(request);
}
@Nullable
Expand Down

0 comments on commit f94c736

Please sign in to comment.