Separately confirm moving one / multiple messages

This commit is contained in:
M66B
2020-02-07 13:01:33 +01:00
parent c63bc01887
commit eed9527bef
6 changed files with 13 additions and 27 deletions

View File

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