Commit e399c048 authored by wanglei's avatar wanglei

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

parent 3555467c
......@@ -31,7 +31,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(), ProgressManager.Pr
if (isDestroyed) {
return
}
// mProgressManager = ProgressManager(binding, this)
mProgressManager = ProgressManager(binding, this)
// if (ConfigHelper.ifAgreePrivacy) {
// binding.idTvStart.isVisible = false
// binding.idLlJindu.isVisible = true
......@@ -43,15 +43,15 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(), ProgressManager.Pr
}
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