Commit 72251a73 authored by wanglei's avatar wanglei

===========同步NetWorkActivity=============

parent cc245574
...@@ -97,6 +97,8 @@ class NetWorkActivity : BaseActivity<ActivityLayoutNetworkBinding>() { ...@@ -97,6 +97,8 @@ class NetWorkActivity : BaseActivity<ActivityLayoutNetworkBinding>() {
binding.root.postDelayed({ binding.root.postDelayed({
AdmobUtils.showInterstitialAd(this) { AdmobUtils.showInterstitialAd(this) {
binding.idLlNetDh.isVisible = false binding.idLlNetDh.isVisible = false
ifPlayAnimal = true
hasAccessSettings()
} }
}, Random.nextLong(2500, 4000)) }, Random.nextLong(2500, 4000))
} }
......
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