Commit a6b52a53 authored by wanglei's avatar wanglei

...

parent 081ba2f2
...@@ -120,7 +120,7 @@ class MyApplication : BaseApplication() { ...@@ -120,7 +120,7 @@ class MyApplication : BaseApplication() {
LogEx.logDebug(TAG, "flag=$flag") LogEx.logDebug(TAG, "flag=$flag")
if (flag || !isInterShowing) { if (flag && !isInterShowing) {
if (AdmobMaxHelper.isOpenAdLoaded()) { if (AdmobMaxHelper.isOpenAdLoaded()) {
AdmobMaxHelper.admobMaxShowOpenAd(activity, {}, {}) AdmobMaxHelper.admobMaxShowOpenAd(activity, {}, {})
} else { } else {
......
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