You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
At the creation of Surface at step 3 and 4 of "Display the list" part of the codelab a parameter named "Modifier", instead of "modifier" is declared inside Surface parameters
In which lesson and step of the codelab can this issue be found?
Unit 3 > Build a scrollable list > codelab at number 2 > step 3
How to reproduce?
To see the problem is enough go at the part indicated
Versions
What version of Android Studio are you using?
Android Studio Jellyfish | 2023.3.1
What API level are you targeting?
compileSdk = 34
minSdk = 26
targetSdk = 34
Name of the Codelab or Codelab URL
At this 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
At the creation of Surface at step 3 and 4 of "Display the list" part of the codelab a parameter named "Modifier", instead of "modifier" is declared inside Surface parameters
In which lesson and step of the codelab can this issue be found?
Unit 3 > Build a scrollable list > codelab at number 2 > step 3
How to reproduce?
To see the problem is enough go at the part indicated
Versions
Android Studio Jellyfish | 2023.3.1
compileSdk = 34
minSdk = 26
targetSdk = 34
Additional information
No additional information
codelab: basic-android-compose-training-add-scrollable-list
The text was updated successfully, but these errors were encountered: