fix(Android): Revert "Redirected URLs now redirect correctly. (#991)" (#1177)

This reverts commit acf1ad7560aac450615703b3c8410919dbddecd1.
This commit is contained in:
Daniel Vicory 2020-01-29 19:18:35 -08:00 committed by GitHub
parent d4efa1e7f5
commit 344aab591a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,7 +748,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
new TopShouldStartLoadWithRequestEvent( new TopShouldStartLoadWithRequestEvent(
view.getId(), view.getId(),
createWebViewEvent(view, url))); createWebViewEvent(view, url)));
return super.shouldOverrideUrlLoading(view,url); return true;
} }