Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-17 07:34:32 +03:00
parent 24edaba88f
commit 26fe4e24b7

View file

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