Fix several backup related problems.

This commit is contained in:
Alex Hart
2025-09-03 13:30:51 -03:00
committed by Greyson Parrelli
parent 8520108bb2
commit 2d9c572c01
8 changed files with 24 additions and 16 deletions

View File

@@ -262,7 +262,7 @@ class BackupValues(store: KeyValueStore) : SignalStoreValues(store) {
putLong(KEY_BACKUP_TIER, serializedValue)
}
BackupStateObserver.notifyBackupTierChanged()
BackupStateObserver.notifyBackupStateChanged()
}
/** An internal setting that can override the backup tier for a user. */