Commit 4d62f5b4 authored by wanglei's avatar wanglei

...默认切换到admob

parent 7feb8577
...@@ -28,7 +28,7 @@ object AdmobMaxHelper { ...@@ -28,7 +28,7 @@ object AdmobMaxHelper {
} }
private fun getSpAdmobTrueMaxFalse(): Boolean { private fun getSpAdmobTrueMaxFalse(): Boolean {
val ss = AppPreferences.getInstance().getString("admobTrueMaxFalse", "0").toInt() val ss = AppPreferences.getInstance().getString("admobTrueMaxFalse", "1").toInt()
return ss == 1 return ss == 1
} }
......
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