Commit 3d004dc9 authored by wanglei's avatar wanglei

...

parent 03cad603
...@@ -125,6 +125,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() { ...@@ -125,6 +125,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
super.onResume() super.onResume()
showStorage() showStorage()
resumeCount++ resumeCount++
if (mainShowCount != 1 && resumeCount == 3) { if (mainShowCount != 1 && resumeCount == 3) {
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