google-developer-training / android-basics-kotlin-cupcake-app

Apache License 2.0
103 stars 163 forks source link

Android Basics: Navigation backstack #9

Closed AlexandrePlus closed 3 years ago

AlexandrePlus commented 3 years ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-navigation-backstack#4

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

  1. Send the order > 9. Then format the order_details...

Describe the problem It is written sharedViewModel.priceString.value.toString() instead of sharedViewModel.price.value.toString()

android-dev-lxl commented 3 years ago

@AlexandrePlus Thank you so much for reporting this issue. This is fixed and will be published soon.