更新代码
This commit is contained in:
@@ -38,7 +38,7 @@ import kotlin.coroutines.suspendCoroutine
|
||||
object AppState {
|
||||
var UserId: Int? = null
|
||||
var profile: AccountProfileEntity? = null
|
||||
var darkMode = false
|
||||
var darkMode by mutableStateOf(false)
|
||||
var appTheme by mutableStateOf<AppThemeData>(LightThemeColors())
|
||||
var googleClientId: String? = null
|
||||
var enableGoogleLogin: Boolean = false
|
||||
|
||||
Reference in New Issue
Block a user