Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-30 18:31:21 +02:00
parent 3d70278af1
commit 9bca60feed
18 changed files with 134 additions and 1 deletions

View file

@ -31,4 +31,5 @@ enum class PromoId {
VisaPresale,
BlackFriday,
OnePlusOne,
YieldPromo,
}

View file

@ -33,6 +33,7 @@ class ShouldShowPromoWalletUseCase(
PromoId.VisaPresale,
PromoId.BlackFriday,
PromoId.OnePlusOne,
PromoId.YieldPromo,
-> true
PromoId.Sepa -> {
val walletFirstUsageDate = settingsRepository.getWalletFirstUsageDate()