Commit d6e04f00 authored by wanglei's avatar wanglei

...

parent 9f72bded
......@@ -247,7 +247,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>(), MainView {
}
val canShowRateN = AppPreferences.getInstance().getString("canShowRateN", "4").toInt()
if (isPause && mainStartTimes >= canShowRateN) {
if (isPause && mainStartTimes >= canShowRateN && checkStorePermission()) {
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