Commit b2bd8bb9 authored by wanglei's avatar wanglei

...

parent 23e5faae
......@@ -249,6 +249,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>() {
var loaded: Boolean = true
AdmobMaxHelper.admobMaxShowOpenAd(this, showBeforeAction = { flag ->
LogEx.logDebug(TAG, "showBeforeAction flag=$flag")
loaded = flag
job?.cancel()
}, onHidden = {
......
......@@ -18,9 +18,9 @@ object LogEx {
} else {
if (!isOpen) return
if (filterTAG.contains(tag)) return
// if (BuildConfig.DEBUG) {
if (BuildConfig.DEBUG) {
Log.e(tag, content)
// }
}
}
}
}
\ No newline at end of file
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