Updated on 2026-08-14
This commit is contained in:
parent
9f03196446
commit
9361120087
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ private fun handleOnboardingSaltPayAction(anyAction: Action, appState: () -> App
|
|||
|
||||
when (action) {
|
||||
is OnboardingSaltPayAction.Init -> {
|
||||
if (getOnboardingWalletState().isSaltPay) return
|
||||
if (!getOnboardingWalletState().isSaltPay) return
|
||||
val onboardingManager = getOnboardingManager().guard {
|
||||
// onboardingManager may be null if it's started from standard Wallet unfinished backup
|
||||
return
|
||||
|
|
@ -289,7 +289,7 @@ suspend fun SaltPayActivationManager.update(
|
|||
return Result.Failure(ex)
|
||||
}
|
||||
|
||||
checkGasIfNeeded(this, newStep).successOr { return it }
|
||||
// checkGasIfNeeded(this, newStep).successOr { return it }
|
||||
|
||||
Timber.d("update: success: %s", newStep)
|
||||
return Result.Success(newStep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue