Commit e43e7006 authored by wanglei's avatar wanglei

...

parent c6d24653
......@@ -21,7 +21,7 @@ object RateStarPop {
if (AppPreferences.getInstance().getBoolean("isRated", false)) {
return
}
if (n > 0 && n % 3 == 0) {
if (n > 0 && n % 2 == 0) {
} else {
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