Commit 18c3b0b4 authored by wanglei's avatar wanglei

...

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