Commit d9fbd4be authored by wanglei's avatar wanglei

...

parent efa1cb84
package com.base.datarecovery.ads package com.base.datarecovery.ads
import AdMaxNativeUtils
import android.app.Activity import android.app.Activity
import android.view.View import android.view.View
import android.view.ViewGroup import android.view.ViewGroup
...@@ -42,7 +43,7 @@ object AdmobMaxHelper { ...@@ -42,7 +43,7 @@ object AdmobMaxHelper {
if (ConfigHelper.admobTrueMaxFlase) { if (ConfigHelper.admobTrueMaxFlase) {
AdmobNativeUtils.showNativeAd(activity, parent) AdmobNativeUtils.showNativeAd(activity, parent)
} else { } else {
AdmobNativeUtils.showNativeAd(activity, parent) AdMaxNativeUtils.showNativeAd(activity, parent)
} }
} }
......
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