[6.8.2]冷启动遮盖登录页问题修复

This commit is contained in:
xuxinchao
2024-12-10 12:29:03 +08:00
parent 49f0d96c07
commit 737126b5e1

View File

@@ -803,6 +803,7 @@ class ColdStartView @JvmOverloads constructor(
coldStartResultListener?.coldStartSuccess()
UiThreadHandler.postDelayed({
currentColdStartSuccess = true
this@ColdStartView.visibility = View.GONE
}, 1000)
}