Closed AlexandrePlus closed 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?
Describe the problem It is written sharedViewModel.priceString.value.toString() instead of sharedViewModel.price.value.toString()
sharedViewModel.priceString.value.toString()
sharedViewModel.price.value.toString()
@AlexandrePlus Thank you so much for reporting this issue. This is fixed and will be published soon.
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?
Describe the problem It is written
sharedViewModel.priceString.value.toString()
instead ofsharedViewModel.price.value.toString()