Commit 800f8210 authored by wanglei's avatar wanglei

...ad

parent 11a07276
......@@ -106,9 +106,10 @@ class RepeatPhotoActivity : BaseActivity<ActivityLayoutRepeatPhotoBinding>() {
binding.idImgSelect.isVisible = fileList.size > 0
binding.idRlList.layoutManager = GridLayoutManager(this, 3)
binding.idRlList.adapter = mAdapter
}
if (fileList.size > 6) {
AdmobUtils.showNativeAd(this, binding.flAd)
if (fileList.size > 6) {
AdmobUtils.showNativeAd(this, binding.flAd)
}
}
}
......
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