Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 835c2200 authored by MonkeyMatt's avatar MonkeyMatt
Browse files

Change default so existing accounts continue to work

Ensure accounts made before the setup changes don't get deleted
parent d6d3fb88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ class AccountPreferenceSerializer(
            isAlwaysShowCcBcc = storage.getBoolean("$accountUuid.alwaysShowCcBcc", false)
            lastSyncTime = storage.getLong("$accountUuid.lastSyncTime", 0L)
            lastFolderListRefreshTime = storage.getLong("$accountUuid.lastFolderListRefreshTime", 0L)
            val isFinishedSetup = storage.getBoolean("$accountUuid.isFinishedSetup", false)
            val isFinishedSetup = storage.getBoolean("$accountUuid.isFinishedSetup", true)
            if (isFinishedSetup) markSetupFinished()

            // Use email address as account description if necessary