mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Fixed viewport height option
This commit is contained in:
@@ -2418,7 +2418,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
|
||||
int dvh = WebViewEx.getDefaultViewportHeight(getContext());
|
||||
int vh = prefs.getInt("viewport_height", dvh);
|
||||
etViewportHeight.setHint(vh == dvh ? null : Integer.toString(dvh));
|
||||
etViewportHeight.setText(Integer.toString(vh));
|
||||
|
||||
swIgnoreFormattedSize.setChecked(prefs.getBoolean("ignore_formatted_size", false));
|
||||
swShowRecent.setChecked(prefs.getBoolean("show_recent", false));
|
||||
|
||||
Reference in New Issue
Block a user