mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Separately confirm moving one / multiple messages
This commit is contained in:
@@ -230,6 +230,12 @@ public class ApplicationEx extends Application {
|
||||
boolean large = context.getResources().getConfiguration()
|
||||
.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_LARGE);
|
||||
editor.putBoolean("landscape3", large);
|
||||
} else if (version < 949) {
|
||||
if (prefs.contains("automove")) {
|
||||
boolean automove = prefs.getBoolean("automove", false);
|
||||
editor.putBoolean("move_1_confirmed", automove);
|
||||
editor.remove("automove");
|
||||
}
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user