Updated on 2026-08-14
This commit is contained in:
parent
3a54cb1187
commit
c4de2ccd5f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue