提取应用颜色
This commit is contained in:
@@ -33,7 +33,7 @@ import kotlin.coroutines.suspendCoroutine
|
||||
object AppState {
|
||||
var UserId: Int? = null
|
||||
var profile :AccountProfileEntity? = null
|
||||
|
||||
var darkMode = false
|
||||
suspend fun initWithAccount(scope: CoroutineScope, context: Context) {
|
||||
val accountService: AccountService = AccountServiceImpl()
|
||||
// 获取用户认证信息
|
||||
|
||||
Reference in New Issue
Block a user