pref: 未登录时加载提示

This commit is contained in:
HuanCheng65 2023-03-11 11:42:55 +08:00
parent 70ebbd3818
commit e18259e232
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ sealed interface UserPartialChange : PartialChange<UserUiState> {
} }
data class UserUiState( data class UserUiState(
val isLoading: Boolean = true, val isLoading: Boolean = false,
val account: Account? = null val account: Account? = null
) : UiState ) : UiState