-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
name: Read and update data using Room issue template.
about: Issue template for Read and update data using Room
title: Read and update data using Room
labels: ''
assignees: ''
Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found?
Step 8
Describe the problem
val currentItem = uiState.value.toItem()
This is wrong, must be:
val currentItem = uiState.value.itemDetails.toItem()
Steps to reproduce?
- Go to...
- Click on...
- See error...
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.
hotungkhanh
Metadata
Metadata
Assignees
Labels
No labels