Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read and update data using Room #170

Open
alan614 opened this issue Jan 8, 2025 · 0 comments
Open

Read and update data using Room #170

alan614 opened this issue Jan 8, 2025 · 0 comments

Comments

@alan614
Copy link

alan614 commented Jan 8, 2025

URL of codelab:

In which task and step of the codelab can this issue be found?
Step 12

Describe the problem
The code this steps described does not match what's in the room branch. The first argument of the ItemDetailsBody composable function is stated as: itemUiState: ItemUiState , however in the room branch, it is itemDetailsUiState: ItemDetailsUiState

The ItemUIState data class does not have the outOfStock property that ItemDetailsUiState data class has which is relevant to the section

The instructions in the codelab states:
image

However, the actual code in github is:
image

Additional information
Include screenshots if they would be useful in clarifying the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant