Commit 3f6a5a43 authored by wanglei's avatar wanglei

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

parent e399c048
...@@ -32,14 +32,14 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(), ProgressManager.Pr ...@@ -32,14 +32,14 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(), ProgressManager.Pr
return return
} }
mProgressManager = ProgressManager(binding, this) mProgressManager = ProgressManager(binding, this)
// if (ConfigHelper.ifAgreePrivacy) { if (ConfigHelper.ifAgreePrivacy) {
// binding.idTvStart.isVisible = false // binding.idTvStart.isVisible = false
// binding.idLlJindu.isVisible = true // binding.idLlJindu.isVisible = true
// binding.idLlYinsi.isVisible = false // binding.idLlYinsi.isVisible = false
// onAgreePrivacy() // onAgreePrivacy()
// } else { } else {
// PrivacyAgreementManager(binding, this, this) // PrivacyAgreementManager(binding, this, this)
// } }
} }
override fun onProgressMax() { override fun onProgressMax() {
......
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