Commit f64b5de2 authored by wanglei's avatar wanglei

...

parent b1546873
...@@ -213,9 +213,8 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView { ...@@ -213,9 +213,8 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
private fun showMainBanner() { private fun showMainBanner() {
if (!bannerShowed) { if (!bannerShowed) {
AdmobBannerUtils.showCollapsibleBannerAd(this, binding.flBanner) {
bannerShowed = true bannerShowed = true
AdmobBannerUtils.showCollapsibleBannerAd(this, binding.flBanner) {
//通知弹窗 //通知弹窗
if (!todayShowNotificationDialog) { if (!todayShowNotificationDialog) {
todayShowNotificationDialog = true todayShowNotificationDialog = true
......
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