mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Allow staging users to utilize internal backup switch.
This commit is contained in:
committed by
Greyson Parrelli
parent
882a11c420
commit
23d8969015
@@ -266,6 +266,7 @@ class BackupValues(store: KeyValueStore) : SignalStoreValues(store) {
|
||||
.putBoolean(KEY_BACKUP_UPLOADED, false)
|
||||
.apply()
|
||||
backupTier = null
|
||||
backupTierInternalOverride = null
|
||||
}
|
||||
|
||||
var backupsInitialized: Boolean by booleanValue(KEY_BACKUPS_INITIALIZED, false)
|
||||
|
||||
Reference in New Issue
Block a user