Commit e7c69060 authored by wanglei's avatar wanglei

...

parent 1c0a0529
......@@ -33,7 +33,7 @@ object AdmobOpenUtils {
fun loadAppOpenAd(onLoad: ((loaded: Boolean) -> Unit)? = null) {
if (mOpenAd != null) {
onLoad?.invoke(false)
onLoad?.invoke(true)
return
}
if (!AdDisplayUtils.shouldShowOpenAd()) {
......
......@@ -12,7 +12,7 @@ import kotlinx.coroutines.launch
class SplashPresenter(
val splashView: SplashView
) {
private val TAG = "SplashPresenter"
private val TAG = "SplashActivity"
private var jumpJob: Job? = null
......
......@@ -7,7 +7,11 @@ object LogEx {
val isOpen = true
val filterTAG = arrayOf(
"",
"",
"MediaStoreUtils",
"DocumentFragment",
"EventUtils",
"ReportUtils",
"NewComUtils",
)
fun logDebug(tag: String, content: String, isMust: Boolean = false) {
......
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