Polish deletion UX.

This commit is contained in:
Alex Hart
2025-05-30 15:33:44 -03:00
committed by Cody Henthorne
parent ccce37d023
commit df170dac32
12 changed files with 315 additions and 109 deletions

View File

@@ -206,6 +206,8 @@ class BackupValues(store: KeyValueStore) : SignalStoreValues(store) {
.putLong(KEY_LATEST_BACKUP_TIER, serializedValue)
.putBoolean(KEY_BACKUP_TIER_RESTORED, true)
.apply()
deletionState = DeletionState.NONE
} else {
putLong(KEY_BACKUP_TIER, serializedValue)
}