In the following step, the text parameter that has to change is not in the first text field.
Its the second text field, based on the code in the starter branch.
Update the GameLayout() composable function to display currentScrambledWord. Set the text parameter of the first text field in the column to currentScrambledWord.
Hi, in this tutorial i think there is a mistake:
https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-4-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-viewmodel-and-state#5
In the following step, the text parameter that has to change is not in the first text field. Its the second text field, based on the code in the starter branch.