Commit 79fdcc50 authored by maxiaoliang's avatar maxiaoliang

1

parent 5024efbf
...@@ -24,7 +24,7 @@ class RateStarPop(private val activity: Activity) : PopupWindow() { ...@@ -24,7 +24,7 @@ class RateStarPop(private val activity: Activity) : PopupWindow() {
if (SPUtils.getInstance().getBoolean("isRated", false)) { if (SPUtils.getInstance().getBoolean("isRated", false)) {
return return
} }
if (n > 0 && n % 8 == 0) { if (n > 0 && n % 2 == 0) {
RateStarPop(activity).show() RateStarPop(activity).show()
} else { } else {
return return
......
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