Updated on 2026-08-14

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

View file

@ -245,6 +245,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)
}
}