Name of the Codelab or Codelab URL
https://developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-training-add-scrollable-list#2
Describe the problem
In "Display the list" step 3 "Pass a Modifier to the Surface composable..." the modifier parameter should be "modifier = Modifier" instead of "Modifier = Modifier". This continues for the following code examples.
In which lesson and step of the codelab can this issue be found?
Add a scrollable List > 3. Add a list to your app > Display the list > 3. Pass a Modifier ...
How to reproduce?
Look at code example
Versions
Additional information
codelab: basic-android-compose-training-add-scrollable-list
Name of the Codelab or Codelab URL
https://developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-training-add-scrollable-list#2
Describe the problem
In "Display the list" step 3 "Pass a Modifier to the Surface composable..." the modifier parameter should be "modifier = Modifier" instead of "Modifier = Modifier". This continues for the following code examples.
In which lesson and step of the codelab can this issue be found?
Add a scrollable List > 3. Add a list to your app > Display the list > 3. Pass a Modifier ...
How to reproduce?
Look at code example
Versions
Additional information
codelab: basic-android-compose-training-add-scrollable-list