Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-06 17:51:56 +03:00
parent 910f5c9515
commit 2b354a9a4e

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()