Commit 2b6e7e90 authored by songjianyu's avatar songjianyu

修复广告限制的bug

parent 34708c65
......@@ -132,7 +132,7 @@ object LimitUtils {
adEvent?.adLimited(value)
}
return !(isDisplayLimited || isClickLimited || isRequestLimited || isDisplayNativeLimited)
return !(isDisplayLimited || isClickLimited || isRequestLimited)
}
//是否限制原生广告
......
......@@ -59,8 +59,7 @@ object NewComUtils {
"&device=${AppPreferences.getInstance().getString("gid", "")}" +
"&aid=${AppPreferences.getInstance().getString("uuid", "")}"
//
if (true) {
if (BuildConfig.DEBUG) {
s = "$s&mode=4"
}
return s
......
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