mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Simplification
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user