mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Default one preview line
This commit is contained in:
@@ -597,6 +597,9 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1847) {
|
||||
if (Helper.isAccessibilityEnabled(context))
|
||||
editor.putBoolean("send_chips", false);
|
||||
} else if (version < 1855) {
|
||||
if (!prefs.contains("preview_lines"))
|
||||
editor.putInt("preview_lines", 2);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user