mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
Fix / crash when generating random key
This commit is contained in:
parent
bd7acfbb1a
commit
e719541b5e
@ -211,6 +211,12 @@ class BootstrapSharedViewModel @AssistedInject constructor(
|
||||
)
|
||||
}
|
||||
} else {
|
||||
setState {
|
||||
copy(
|
||||
passphrase = null,
|
||||
passphraseRepeat = null
|
||||
)
|
||||
}
|
||||
startInitializeFlow(action.auth)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user