Fix / crash when generating random key

This commit is contained in:
Valere 2020-04-22 18:22:03 +02:00
parent bd7acfbb1a
commit e719541b5e

View File

@ -211,6 +211,12 @@ class BootstrapSharedViewModel @AssistedInject constructor(
)
}
} else {
setState {
copy(
passphrase = null,
passphraseRepeat = null
)
}
startInitializeFlow(action.auth)
}
}