Default disable auto reply plain text only

This commit is contained in:
M66B
2023-01-07 19:28:54 +01:00
parent 5ab805d8d0
commit 6e70fb0c4a
3 changed files with 5 additions and 2 deletions

View File

@@ -672,6 +672,9 @@ public class ApplicationEx extends Application
} else if (version < 2016) {
if (!prefs.contains("reset_snooze"))
editor.putBoolean("reset_snooze", false);
} else if (version < 2029) {
if (!prefs.contains("plain_only_reply"))
editor.putBoolean("plain_only_reply", true);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)