pref: 未登录时加载提示
This commit is contained in:
parent
70ebbd3818
commit
e18259e232
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue