清理了上一次的信息
This commit is contained in:
@@ -190,6 +190,7 @@ class UserViewModel : BaseViewModel() {
|
||||
|
||||
fun getDinnerType() {
|
||||
Timber.d("getDinnerType")
|
||||
_dinnerTypeInfo.value = null
|
||||
launchWithLoading {
|
||||
val response = repository.getDinnerType()
|
||||
if (parseResponse(response)) {
|
||||
|
||||
Reference in New Issue
Block a user