diff --git a/app/shared/src/commonMain/kotlin/platform/AppStartupTasks.kt b/app/shared/src/commonMain/kotlin/platform/AppStartupTasks.kt index 3c82416e3c..656d0c7850 100644 --- a/app/shared/src/commonMain/kotlin/platform/AppStartupTasks.kt +++ b/app/shared/src/commonMain/kotlin/platform/AppStartupTasks.kt @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2024 OpenAni and contributors. + * + * 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证. + * Use of this source code is governed by the GNU AGPLv3 license, which can be found at the following link. + * + * https://github.com/open-ani/ani/blob/main/LICENSE + */ + package me.him188.ani.app.platform import kotlinx.coroutines.Dispatchers @@ -15,6 +24,7 @@ object AppStartupTasks { try { sessionManager.requireAuthorize( onLaunch = { + navigator.awaitNavController() withContext(Dispatchers.Main) { navigator.navigateWelcome() }