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

Apache License 2.0
103 stars 163 forks source link

Image used does not reflect what the text is saying #80

Closed ggtylerr closed 8 months ago

ggtylerr commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-shared-viewmodel

In which task and step of the codelab can this issue be found? Task 3, step 4 in "Navigate from start fragment to flavor fragment"

Describe the problem The step describes importing androidx.navigation.fragment.findNavController, but the image directly below it suggests importing androidx.navigation.fragment.NavHostFragment.findNavController instead.

Steps to reproduce? N/A

Versions N/A

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