Commit 18c3b0b4 authored by wanglei's avatar wanglei

...

parent a3bccc67
...@@ -78,7 +78,7 @@ public class AdDisplayUtils { ...@@ -78,7 +78,7 @@ public class AdDisplayUtils {
} }
public boolean shouldDisplayAd() { public boolean shouldDisplayAd() {
return adDisplayCount < maxAdClickCount; return adDisplayCount < maxAdDisplayCount;
} }
public boolean shouldIncrementClickCount() { public boolean shouldIncrementClickCount() {
......
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