Commit 1b426c9e authored by maxiaoliang's avatar maxiaoliang

1

parent b67d0b59
......@@ -95,6 +95,8 @@ class Splash2Activity : BaseActivity<ActivitySplashBinding>(),
//
// }
AdmobMaxHelper.admobMaxShowOpenAd(this,{
},{
if (!isPause) {
mTaskManager?.pauseProgress()
runOnUiThread {
......
......@@ -18,11 +18,10 @@ object EventUtils {
isSingleEvent: Boolean = false
) {
// if (!ifAgreePrivacy) {
// return
// }
if (!ifAgreePrivacy) {
return
}
if (isSingleEvent) {
val stringSet = AppPreferences.getInstance().getStringSet("singleEvent", setOf())
if (stringSet.contains(key)) {
......
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