Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-29 14:59:48 +05:00
parent bc0b01ecc2
commit ffbd445677

View file

@ -295,10 +295,7 @@ internal class WalletWarningsClickIntentsImplementor @Inject constructor(
if (promoId == PromoId.Referral) {
val userWallet = getSelectedUserWallet() ?: return
analyticsEventHandler.send(MainScreen.ReferralPromoButtonParticipate)
modelScope.launch {
shouldShowPromoWalletUseCase.neverToShow(promoId)
appRouter.push(AppRoute.ReferralProgram(userWalletId = userWallet.walletId))
}
appRouter.push(AppRoute.ReferralProgram(userWalletId = userWallet.walletId))
}
}