mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Beter explanations
This commit is contained in:
@@ -130,9 +130,11 @@ public class ApplicationEx extends Application {
|
||||
if (prefs.getBoolean("autonext", false))
|
||||
editor.putString("onclose", "next");
|
||||
editor.remove("autonext");
|
||||
} else if (version < 693) {
|
||||
editor.remove("message_swipe");
|
||||
editor.remove("message_select");
|
||||
}
|
||||
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
editor.remove("app_support");
|
||||
editor.remove("notify_archive");
|
||||
|
||||
@@ -365,9 +365,6 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
else if (EntityFolder.ARCHIVE.equals(folder.type))
|
||||
account.swipe_right = folder.id;
|
||||
|
||||
if (account.swipe_right == null && account.swipe_left != null)
|
||||
account.swipe_right = account.swipe_left;
|
||||
|
||||
db.account().updateAccount(account);
|
||||
|
||||
// Create identity
|
||||
|
||||
Reference in New Issue
Block a user