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

This commit is contained in:
xuxinchao
2024-12-10 12:26:16 +08:00
parent cc422a1eb2
commit 2c6dc08443

View File

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