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

This reverts commit acf1ad7560.
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
1 changed files with 1 additions and 1 deletions

View File

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