Updated on 2026-08-14
This commit is contained in:
parent
f8d3893b63
commit
df3d24237f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue