google-developer-training / basic-android-kotlin-compose-training-inventory-app

Apache License 2.0
77 stars 84 forks source link

Update ItemDetailsScreen.kt #60

Closed lsrprntr closed 5 months ago

lsrprntr commented 1 year ago

Save button to be disabled when outOfStock is true. Currently, the save button is enabled for any quantity.

Codelabs for "Read and update data with Room" does not add this step from Section (8). Implement sell item, step 13. The starter branch also needs the update though it would be easier if the codelabs implemented the step instead.

Issue: https://github.com/google-developer-training/basic-android-kotlin-compose-training-inventory-app/issues/52

image

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.