Add several state presentation fixes in the delete / enable cycle.

This commit is contained in:
Alex Hart
2025-07-28 15:31:18 -03:00
committed by GitHub
parent d3030e143b
commit ab458a5bb8
4 changed files with 34 additions and 14 deletions

View File

@@ -323,6 +323,7 @@ class BackupValues(store: KeyValueStore) : SignalStoreValues(store) {
store
.beginWrite()
.putLong(KEY_NEXT_BACKUP_TIME, -1)
.putLong(KEY_LAST_BACKUP_TIME, -1)
.putBoolean(KEY_BACKUPS_INITIALIZED, false)
.putBoolean(KEY_BACKUP_UPLOADED, false)
.putLong(KEY_LAST_VERIFY_KEY_TIME, -1)