Updated on 2026-08-14
This commit is contained in:
parent
a8864541bc
commit
21be815a03
12 changed files with 97 additions and 1 deletions
|
|
@ -29,4 +29,5 @@ enum class PromoId {
|
|||
Referral,
|
||||
Sepa,
|
||||
VisaPresale,
|
||||
BlackFriday,
|
||||
}
|
||||
|
|
@ -31,6 +31,7 @@ class ShouldShowPromoWalletUseCase(
|
|||
return when (promoId) {
|
||||
PromoId.Referral,
|
||||
PromoId.VisaPresale,
|
||||
PromoId.BlackFriday,
|
||||
-> true
|
||||
PromoId.Sepa -> {
|
||||
val walletFirstUsageDate = settingsRepository.getWalletFirstUsageDate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue