Commit a826b6a9 authored by wanglei's avatar wanglei

...

parent 2a78b096
......@@ -152,7 +152,7 @@ object AdMaxNativeUtils {
private fun showReadyNative(activity: Activity, parent: ViewGroup, layout: Int) {
val adView = createNativeAdView(activity, layout)
LogEx.logDebug(TAG, "showReadNative adUnitId=${nativeAd?.adUnitId}")
LogEx.logDebug(TAG, "showReadNative adUnitId=${nativeAd?.adUnitId} nativeAd=$nativeAd")
parent.isVisible = true
parent.removeAllViews()
nativeAdLoader.render(adView, nativeAd)
......@@ -161,6 +161,7 @@ object AdMaxNativeUtils {
// AdDisplayUtils.getInstance().incrementAdDisplayCount()
LogEx.logDebug(TAG, "loadingListener finish")
nativeAd = null
}
}
\ No newline at end of file
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