Changed viewport height default

This commit is contained in:
M66B
2023-06-30 22:24:03 +02:00
parent a6ea44a456
commit f2c25f93d5
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
super(context);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
this.viewportHeight = prefs.getInt("viewport_height", 16000);
this.viewportHeight = prefs.getInt("viewport_height", 8000);
boolean overview_mode = prefs.getBoolean("overview_mode", false);
boolean safe_browsing = prefs.getBoolean("safe_browsing", false);