Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-27 12:26:54 +02:00
parent a8864541bc
commit 21be815a03
12 changed files with 97 additions and 1 deletions

View file

@ -29,4 +29,5 @@ enum class PromoId {
Referral,
Sepa,
VisaPresale,
BlackFriday,
}

View file

@ -31,6 +31,7 @@ class ShouldShowPromoWalletUseCase(
return when (promoId) {
PromoId.Referral,
PromoId.VisaPresale,
PromoId.BlackFriday,
-> true
PromoId.Sepa -> {
val walletFirstUsageDate = settingsRepository.getWalletFirstUsageDate()