google-developer-training / basic-android-kotlin-compose-training-woof

Apache License 2.0
55 stars 85 forks source link

Typo in Simple Animation with Jetpack Compose #14

Closed ghost closed 1 year ago

ghost commented 1 year ago

URL of codelab

In which task and step of the codelab can this issue be found? Task 6 - Show or hide the hobby on button click Step 2

Describe the problem There is a typo in step 2. DogItemButton() is the wrong Composable function. Instead it should be DogItem().

Additional information Include screenshots if they would be useful in clarifying the problem. Screenshot from 2022-12-05 12-42-14

osuleymanova commented 1 year ago

Hello @unomi-zan,

Thank you for reaching out to us and reporting this typo. It is fixed now:

Screen Shot 2022-12-06 at 2 28 20 PM