Formatting
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
bc5e090b09
commit
145c9d2e44
@ -129,13 +129,13 @@ class SharedSecureStorageViewModel @AssistedInject constructor(
|
|||||||
override fun handle(action: SharedSecureStorageAction) = withState {
|
override fun handle(action: SharedSecureStorageAction) = withState {
|
||||||
when (action) {
|
when (action) {
|
||||||
is SharedSecureStorageAction.TogglePasswordVisibility -> handleTogglePasswordVisibility()
|
is SharedSecureStorageAction.TogglePasswordVisibility -> handleTogglePasswordVisibility()
|
||||||
is SharedSecureStorageAction.Cancel -> handleCancel()
|
is SharedSecureStorageAction.Cancel -> handleCancel()
|
||||||
is SharedSecureStorageAction.SubmitPassphrase -> handleSubmitPassphrase(action)
|
is SharedSecureStorageAction.SubmitPassphrase -> handleSubmitPassphrase(action)
|
||||||
SharedSecureStorageAction.UseKey -> handleUseKey()
|
SharedSecureStorageAction.UseKey -> handleUseKey()
|
||||||
is SharedSecureStorageAction.SubmitKey -> handleSubmitKey(action)
|
is SharedSecureStorageAction.SubmitKey -> handleSubmitKey(action)
|
||||||
SharedSecureStorageAction.Back -> handleBack()
|
SharedSecureStorageAction.Back -> handleBack()
|
||||||
SharedSecureStorageAction.ForgotResetAll -> handleResetAll()
|
SharedSecureStorageAction.ForgotResetAll -> handleResetAll()
|
||||||
SharedSecureStorageAction.DoResetAll -> handleDoResetAll()
|
SharedSecureStorageAction.DoResetAll -> handleDoResetAll()
|
||||||
}.exhaustive
|
}.exhaustive
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user