mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Polish deletion UX.
This commit is contained in:
committed by
Cody Henthorne
parent
ccce37d023
commit
df170dac32
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user