Default one preview line

This commit is contained in:
M66B
2022-03-11 20:01:49 +01:00
parent 7c3543f79f
commit e70fae3478
3 changed files with 5 additions and 2 deletions

View File

@@ -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)