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
The "AffirmationList" function is created, but when it needs to be called in the lambda of the AffirmationsApp function, it is called as "AffirmationsList", with an extra letter "s" added.
In which lesson and step of the codelab can this issue be found?
Unit 3 -> Build a scrollable list -> Add a scrollable list -> Add a list to your app
How to reproduce?
look on functions AffirmationList and AffirmationsList
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
The "AffirmationList" function is created, but when it needs to be called in the lambda of the AffirmationsApp function, it is called as "AffirmationsList", with an extra letter "s" added.
In which lesson and step of the codelab can this issue be found?
Unit 3 -> Build a scrollable list -> Add a scrollable list -> Add a list to your app
How to reproduce?
look on functions AffirmationList and AffirmationsList
Additional information
ᓚᘏᗢ
codelab: basic-android-compose-training-add-scrollable-list