You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task - Add a function in the ViewModel
Step - 3
There is
val currentItem = uiState.value.toItem()
but should be
val currentItem = uiState.value.itemDetails.toItem()
The text was updated successfully, but these errors were encountered:
URL of codelab:
Task - Add a function in the ViewModel
Step - 3
There is
val currentItem = uiState.value.toItem()
but should be
val currentItem = uiState.value.itemDetails.toItem()
The text was updated successfully, but these errors were encountered: