Skip to content

Commit

Permalink
fix(android): let WebView handle errors (#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 29, 2024
1 parent e9ddb0c commit 286b694
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) {
return handleCapacitorHttpRequest(request);
} catch (Exception e) {
Logger.error(e.getLocalizedMessage());
return null;
}
}

Expand Down

0 comments on commit 286b694

Please sign in to comment.