Commit b23d246a authored by wanglei's avatar wanglei

...

parent 652d4a65
......@@ -191,7 +191,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
return
}
val canShowRateN = AppPreferences.getInstance().getString("canShowRateN", "3").toInt()
val canShowRateN = AppPreferences.getInstance().getString("canShowRateN", "4").toInt()
if (isPause && mainStartTimes >= canShowRateN) {
showRateDialog()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment