mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
7cae4e67c4
commit
22ac74b4b5
|
@ -427,7 +427,8 @@ public class Helper {
|
|||
try {
|
||||
PackageManager pm = context.getPackageManager();
|
||||
if (pm.hasSystemFeature(PackageManager.FEATURE_WEBVIEW)) {
|
||||
new WebViewEx(context);
|
||||
WebView view = new WebView(context);
|
||||
view.setOverScrollMode(View.OVER_SCROLL_NEVER);
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue