Updated on 2026-08-14
This commit is contained in:
parent
1b061d2d2b
commit
30613125f8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ internal class TangemPayOnboardingModel @Inject constructor(
|
|||
}
|
||||
is TangemPayOnboardingComponent.Params.Deeplink -> {
|
||||
repository.validateDeeplink(params.deeplink)
|
||||
.onRight { isValid -> if (isValid) showOnboarding() }
|
||||
.onRight { isValid -> if (isValid) showOnboarding() else back() }
|
||||
.onLeft { back() }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue