Commit 1c0a0529 authored by wanglei's avatar wanglei

...

parent 7af46e03
...@@ -24,7 +24,7 @@ class SplashPresenter( ...@@ -24,7 +24,7 @@ class SplashPresenter(
* 超时跳转 * 超时跳转
*/ */
fun startJumpJob(lifecycleCoroutineScope: LifecycleCoroutineScope) { fun startJumpJob(lifecycleCoroutineScope: LifecycleCoroutineScope) {
loadingTime = 30 loadingTime = 15
if (ConstObject.ifAgreePrivacy && startJumpJob) { if (ConstObject.ifAgreePrivacy && startJumpJob) {
if (jumpJob == null) { if (jumpJob == null) {
val startTime = System.currentTimeMillis() val startTime = System.currentTimeMillis()
......
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