Commit dda95638 authored by wanglei's avatar wanglei

...

parent dc7ca75d
......@@ -127,7 +127,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
}
else -> {
val showJunkBtnAd = AppPreferences.getInstance().getString("isCleanBtnAd", "0").toInt()
val showJunkBtnAd = AppPreferences.getInstance().getString("isGotItplayAd", "0").toInt()
if (showJunkBtnAd == 1) {
AdmobMaxHelper.admobMaxShowInterstitialAd(this, false) {
startActivity(
......
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