Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-06 16:14:03 +00:00
commit 91fb16e6da

View file

@ -134,7 +134,7 @@ class AppRatingLaunchObserver(
if (!userWasInteractWithRating()) {
val diff = Calendar.getInstance().timeInMillis - fundsDate.timeInMillis
val diffInDays = diff / (100 * 60 * 60 * 24)
if (diffInDays >= firstShowing) return true
return launchCounts >= firstShowing && diffInDays >= firstShowing
}
val nextShowing = getCounterOfNextShowing()