Commit 3555467c authored by wanglei's avatar wanglei

==========混淆脚本前定位=========

parent 760cc0ed
......@@ -31,27 +31,27 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(), ProgressManager.Pr
if (isDestroyed) {
return
}
mProgressManager = ProgressManager(binding, this)
if (ConfigHelper.ifAgreePrivacy) {
binding.idTvStart.isVisible = false
binding.idLlJindu.isVisible = true
binding.idLlYinsi.isVisible = false
onAgreePrivacy()
} else {
PrivacyAgreementManager(binding, this, this)
}
// mProgressManager = ProgressManager(binding, this)
// if (ConfigHelper.ifAgreePrivacy) {
// binding.idTvStart.isVisible = false
// binding.idLlJindu.isVisible = true
// binding.idLlYinsi.isVisible = false
// onAgreePrivacy()
// } else {
// PrivacyAgreementManager(binding, this, this)
// }
}
override fun onProgressMax() {
Handler().postDelayed({
startActivity(Intent(this, MainActivity::class.java))
finish()
}, 500)
// Handler().postDelayed({
// startActivity(Intent(this, MainActivity::class.java))
// finish()
// }, 500)
}
override fun onAgreePrivacy() {
mProgressManager?.startProgress()
// mProgressManager?.startProgress()
}
......
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