Updated on 2026-08-14
This commit is contained in:
parent
bc0b01ecc2
commit
ffbd445677
1 changed files with 1 additions and 4 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue