Commit e7c69060 authored by wanglei's avatar wanglei

...

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