Commit 38c909b4 authored by wanglei's avatar wanglei

...

parent cb899631
......@@ -75,6 +75,9 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(),
if (ifAgreePrivacy) {
onAgreePrivacy()
} else {
AnimationHelper.startAlphaAnimation(binding.idTvStart, 800) {
}
PrivacyManager(binding, this, this)
}
......@@ -138,6 +141,9 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(),
}
AdmobMaxHelper.preloadAd(this)
mTaskManager?.startProgress()
AnimationHelper.startAlphaAnimation(binding.pb, 800) {
}
loadAd()
}
......
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