Commit 007edb52 authored by wanglei's avatar wanglei

....

parent 1b7a9798
...@@ -116,9 +116,9 @@ class WhatsAppCleanerActivity : BaseActivity<ActivityWhatsAppCleanerBinding>() { ...@@ -116,9 +116,9 @@ class WhatsAppCleanerActivity : BaseActivity<ActivityWhatsAppCleanerBinding>() {
} }
private fun showInterstitialAdAndFinish() { private fun showInterstitialAdAndFinish() {
AdmobMaxHelper.admobMaxShowInterstitialAd(this) { // AdmobMaxHelper.admobMaxShowInterstitialAd(this) {
finishToMain() finishToMain()
} // }
} }
private fun initData() = lifecycleScope.launch(Dispatchers.IO) { private fun initData() = lifecycleScope.launch(Dispatchers.IO) {
......
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