mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Fix / password visibility initial state bug
This commit is contained in:
parent
b8e9cc70f2
commit
e79c824913
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class BootstrapSharedViewModel @AssistedInject constructor(
|
|||
val isBackupCreatedFromPassphrase = keyVersion.getAuthDataAsMegolmBackupAuthData()?.privateKeySalt != null
|
||||
if (isBackupCreatedFromPassphrase) {
|
||||
setState {
|
||||
copy(step = BootstrapStep.GetBackupSecretPassForMigration(isBackupCreatedFromPassphrase, false))
|
||||
copy(step = BootstrapStep.GetBackupSecretPassForMigration(isPasswordVisible = false, useKey = false))
|
||||
}
|
||||
} else {
|
||||
setState {
|
||||
|
|
Loading…
Reference in a new issue