show the Rate Us prompt after 175 launches
This commit is contained in:
parent
1982afd87a
commit
add1512a24
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ fun Activity.appLaunched(appId: String) {
|
|||
showDonateOrUpgradeDialog()
|
||||
}
|
||||
|
||||
if (baseConfig.appRunCount > 225 && !baseConfig.wasRateUsPromptShown) {
|
||||
if (baseConfig.appRunCount > 175 && !baseConfig.wasRateUsPromptShown) {
|
||||
baseConfig.wasRateUsPromptShown = true
|
||||
RateUsDialog(this)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue