Fix bug - loading现在有10s,太慢了,需要优化一下,越快越好

This commit is contained in:
renhaoting 2026-01-06 15:08:25 +08:00
parent db0fdcc700
commit 00910ad616
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class SplashActivity : AppViewsEmptyViewModelActivity<ViewBinding>(), OnTabStyle
} }
companion object { companion object {
const val MAX_SPLASH_TIME = 10 * 1000L const val MAX_SPLASH_TIME = 5 * 1000L
const val MIN_SPLASH_TIME = 2 * 1000L const val MIN_SPLASH_TIME = 2 * 1000L
internal fun startActivity(activity: Activity) { internal fun startActivity(activity: Activity) {