Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-26 18:15:49 +05:00
parent 3a54cb1187
commit c4de2ccd5f

View file

@ -211,6 +211,7 @@ private fun handleOnboardingSaltPayAction(anyAction: Action, appState: () -> App
is Result.Success -> {
// need to re claim
handleClaimRefreshInProgress = false
dispatchOnMain(OnboardingSaltPayAction.SetAmountToClaim(amountToClaimResult.data))
dispatchOnMain(OnboardingSaltPayAction.SetStep(SaltPayActivationStep.Claim))
}
is Result.Failure -> {