Updated on 2026-08-14
This commit is contained in:
parent
24edaba88f
commit
26fe4e24b7
1 changed files with 1 additions and 2 deletions
|
|
@ -252,8 +252,7 @@ private fun handleOnboardingSaltPayAction(anyAction: Action, appState: () -> App
|
|||
if (tokenAmountValue.isPositive() && amountToClaim == null) {
|
||||
dispatchOnMain(OnboardingSaltPayAction.SetStep(SaltPayActivationStep.ClaimSuccess))
|
||||
} else {
|
||||
// mb in the next steps we decide to claim again, but now we going to ClaimSuccess step
|
||||
dispatchOnMain(OnboardingSaltPayAction.SetStep(SaltPayActivationStep.ClaimSuccess))
|
||||
// dispatchOnMain(OnboardingSaltPayAction.SetStep(SaltPayActivationStep.ClaimSuccess))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue