Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-28 14:23:39 +03:00
parent 61c74faf80
commit 5bf70bba4e

View file

@ -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)