Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-20 15:59:31 +04:00
parent 723c6159d5
commit ffa99d5593
4 changed files with 10 additions and 2 deletions

View file

@ -198,6 +198,7 @@ internal class TangemPayClickIntentsImplementor @Inject constructor(
if (isEligible) {
router.openTangemPayOnboarding(mode = AppRoute.TangemPayOnboarding.Mode.FromBannerOnMain(userWalletId))
} else {
stateHolder.update(transformer = TangemPayHideOnboardingStateTransformer(userWalletId))
tangemPayMainScreenCustomerInfoUseCase.fetch(userWalletId)
}
}