Updated on 2026-08-14
This commit is contained in:
parent
87d1885b58
commit
598c6b99b0
2 changed files with 4 additions and 3 deletions
|
|
@ -41,8 +41,9 @@ internal class StakingStateRouter(
|
|||
StakingStep.Validators,
|
||||
StakingStep.Amount,
|
||||
-> showConfirmation()
|
||||
StakingStep.Confirmation -> showInitial()
|
||||
StakingStep.Success -> appRouter.pop()
|
||||
StakingStep.Confirmation,
|
||||
StakingStep.Success,
|
||||
-> showInitial()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ internal class SetButtonsStateTransformer(
|
|||
StakingStep.Amount -> clickIntents.onAmountEnterClick()
|
||||
StakingStep.Confirmation -> onConfirmationClick()
|
||||
StakingStep.RewardsValidators -> Unit
|
||||
StakingStep.Success -> clickIntents.onBackClick()
|
||||
StakingStep.Success -> clickIntents.onNextClick()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue