Commit 5c9ee866 authored by wanglei's avatar wanglei

...

parent ed3ec34e
...@@ -31,7 +31,7 @@ object AdmobMaxHelper { ...@@ -31,7 +31,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