Commit 3f6a5a43 authored by wanglei's avatar wanglei

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

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