Fix reglock setting incorrect during backup restore.

This commit is contained in:
Cody Henthorne
2025-09-10 12:57:25 -04:00
parent dd67398a70
commit ea772cbf55
4 changed files with 10 additions and 4 deletions

View File

@@ -227,6 +227,7 @@ class SvrValues internal constructor(store: KeyValueStore) : SignalStoreValues(s
.putBoolean(OPTED_OUT, true)
.remove(LOCK_LOCAL_PIN_HASH)
.remove(PIN)
.remove(REGISTRATION_LOCK_ENABLED)
.putLong(LAST_CREATE_FAILED_TIMESTAMP, -1)
.commit()
}