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