Commit 652d4a65 authored by wanglei's avatar wanglei

...

parent 6bbc9c4c
...@@ -192,7 +192,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView { ...@@ -192,7 +192,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
} }
val canShowRateN = AppPreferences.getInstance().getString("canShowRateN", "3").toInt() val canShowRateN = AppPreferences.getInstance().getString("canShowRateN", "3").toInt()
if (isPause && mainStartTimes == canShowRateN) { if (isPause && mainStartTimes >= canShowRateN) {
showRateDialog() 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