Commit 6af75fa8 authored by wanglei's avatar wanglei

...

parent 38c909b4
......@@ -75,9 +75,6 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(),
if (ifAgreePrivacy) {
onAgreePrivacy()
} else {
AnimationHelper.startAlphaAnimation(binding.idTvStart, 800) {
}
PrivacyManager(binding, this, this)
}
......@@ -113,6 +110,15 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(),
AnimationHelper.startAlphaAnimation(binding.ivWeather, 800) {
AnimationHelper.startAlphaAnimation(binding.tvDate, 800) {
AnimationHelper.startAlphaAnimation(binding.tvTemperature, 800) {
if (ifAgreePrivacy) {
AnimationHelper.startAlphaAnimation(binding.pb, 800) {
}
} else {
AnimationHelper.startAlphaAnimation(binding.idTvStart, 800) {
}
}
}
}
......@@ -141,9 +147,6 @@ 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