Commit 5f96f409 authored by wanglei's avatar wanglei

...

parent 5f422deb
......@@ -25,7 +25,7 @@ object AdmobBannerUtils {
fun showCollapsibleBannerAd(context: Context, parent: ViewGroup, adClose: (() -> Unit)? = null) {
val isShowBanner = AppPreferences.getInstance().getString("isShowBanner", "0").toInt()
if (isShowBanner == 0 && !BuildConfig.DEBUG) {
if (isShowBanner == 0 ) {
return
}
......
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