breaking: cleanup code for old android versions (#824)

This commit is contained in:
jcesarmobile
2021-01-20 17:43:28 +01:00
committed by GitHub
parent 80720a0850
commit b496e03169
2 changed files with 26 additions and 116 deletions
-1
View File
@@ -157,7 +157,6 @@ public class InAppChromeClient extends WebChromeClient {
WebView inAppWebView = view;
final WebViewClient webViewClient =
new WebViewClient() {
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
@Override
public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) {
inAppWebView.loadUrl(request.getUrl().toString());