Updated on 2026-08-14
This commit is contained in:
parent
3d70278af1
commit
9bca60feed
18 changed files with 134 additions and 1 deletions
|
|
@ -31,4 +31,5 @@ enum class PromoId {
|
|||
VisaPresale,
|
||||
BlackFriday,
|
||||
OnePlusOne,
|
||||
YieldPromo,
|
||||
}
|
||||
|
|
@ -33,6 +33,7 @@ class ShouldShowPromoWalletUseCase(
|
|||
PromoId.VisaPresale,
|
||||
PromoId.BlackFriday,
|
||||
PromoId.OnePlusOne,
|
||||
PromoId.YieldPromo,
|
||||
-> true
|
||||
PromoId.Sepa -> {
|
||||
val walletFirstUsageDate = settingsRepository.getWalletFirstUsageDate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue