79345586

Date: 2025-01-10 11:47:20
Score: 0.5
Natty:
Report link

The simplest and most effective solution in my case was to simply stop any loading before trying to load a url:

webView.stopLoading();
webView.loadUrl(url);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: sweak