mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Correct viewport height
This commit is contained in:
@@ -882,6 +882,12 @@ public class ApplicationEx extends Application
|
||||
editor.putBoolean("forward_new", true);
|
||||
}
|
||||
|
||||
if (version < 2206) {
|
||||
if (prefs.getInt("viewport_height", 0) == 16000 &&
|
||||
(Helper.isGoogle() || Build.VERSION.SDK_INT > Build.VERSION_CODES.TIRAMISU))
|
||||
editor.remove("viewport_height");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user