некорректное отображение данных в корзине

This commit is contained in:
dasha 2023-12-19 21:51:22 +04:00
parent 37f7fbaf9e
commit a14249d6ef
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package com.example.myapplication.api.order package com.example.myapplication.api.order
import android.util.Log
import androidx.paging.ExperimentalPagingApi import androidx.paging.ExperimentalPagingApi
import androidx.paging.Pager import androidx.paging.Pager
import androidx.paging.PagingConfig import androidx.paging.PagingConfig

View File

@ -40,7 +40,7 @@ class UserProfileViewModel(
} }
} }
userUiState = UserUiState( userUiState = UserUiState(
details = UserDetails(), details = userUiState.details,
errorId = errorId errorId = errorId
) )
}, actionError = { }, actionError = {