Updated on 2026-08-14
This commit is contained in:
parent
c5699036b7
commit
a677bda4ef
1 changed files with 8 additions and 1 deletions
|
|
@ -152,8 +152,15 @@ private fun handleOnboardingSaltPayAction(anyAction: Action, appState: () -> App
|
|||
}
|
||||
|
||||
Analytics.send(Onboarding.PinCodeSet())
|
||||
|
||||
var nextStep = SaltPayActivationStep.KycIntro
|
||||
nextStep = saltPayManager.update(nextStep, state.amountToClaim).successOr {
|
||||
onException(it.error)
|
||||
return@launch
|
||||
}
|
||||
|
||||
handleInProgress = false
|
||||
dispatchOnMain(OnboardingSaltPayAction.SetStep(SaltPayActivationStep.KycIntro))
|
||||
dispatchOnMain(OnboardingSaltPayAction.SetStep(nextStep))
|
||||
}
|
||||
}
|
||||
is OnboardingSaltPayAction.OpenUtorgKYC -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue