Updated on 2026-08-14
This commit is contained in:
parent
61c74faf80
commit
5bf70bba4e
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@ private fun internalReduce(action: Action, state: AppState): TwinCardsState {
|
|||
}
|
||||
}
|
||||
is TwinCardsAction.SetMode -> {
|
||||
state = state.copy(mode = action.mode)
|
||||
state = state.copy(
|
||||
mode = action.mode,
|
||||
userWasUnderstandIfWalletRecreate = false,
|
||||
)
|
||||
}
|
||||
is TwinCardsAction.SetStepOfScreen -> {
|
||||
state = state.copy(currentStep = action.step)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue