Commit 8737d7ce authored by leichao.gao's avatar leichao.gao

重复上报ad_prepra_show

parent 90eaed92
...@@ -363,9 +363,7 @@ object MaxAdUtils { ...@@ -363,9 +363,7 @@ object MaxAdUtils {
loadInterstitialAd(activity) { loadInterstitialAd(activity) {
mDialog?.dismiss() mDialog?.dismiss()
if (!isLoadAdNow) { if (!isLoadAdNow) {
showInterstitialAd(activity, true, isShowInterVal) { displayInterstitialAd(activity, onHidden)
onHidden?.invoke()
}
} }
} }
if (isLoadAdNow) { if (isLoadAdNow) {
......
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