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

Co-authored-by: Jamon Holmgren <jamon@infinite.red>
Co-authored-by: Jason Safaiyeh <safaiyeh@protonmail.com>
This commit is contained in:
hanlh1
2020-01-26 00:25:24 -08:00
committed by Jason Safaiyeh
co-authored by Jamon Holmgren Jason Safaiyeh
parent bf1d645716
commit acf1ad7560
@@ -748,7 +748,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
new TopShouldStartLoadWithRequestEvent(
view.getId(),
createWebViewEvent(view, url)));
return true;
return super.shouldOverrideUrlLoading(view,url);
}