Read and update data using Room
Opened this issue · 0 comments
sarakato commented
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 12 of implement sell item
Describe the problem
Codelab does not mention that item enabled state should be updated to enabled = !itemDetailsUiState.outOfStock
, which means that on the sell button enabled = true
is always there.
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.