Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-21 15:27:11 +03:00
parent f8d3893b63
commit df3d24237f

View file

@ -24,7 +24,7 @@ class GetStakingNotificationMaxApyUseCase(
flow2 = marketsTokenRepository.getMaxApy(),
) { hideClicked, maxApy ->
val showStakingNotification = if (!hideClicked && walletFirstUsageDate != 0L) {
currentDate - walletFirstUsageDate < TWO_WEEKS_IN_MILLIS
currentDate - walletFirstUsageDate > TWO_WEEKS_IN_MILLIS
} else {
false
}