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
The modifier param of Surface Composable becomes Modifier
The 'AffirmationsList' Composable in the previous step was coded as 'AffirmationList'
In which lesson and step of the codelab can this issue be found? Add a scrollable list + step 3.
How to reproduce?
Check 'Display the list' section, the point 3 needs us to pass Modifier to Surface, if should be modifier instead. (modifier = Modifier)
The code at the bottom of the page used AffirmationsList as the list Composable, but this list Composable when we first created was called AffirmationList.
Versions
What version of Android Studio are you using?
2024.2.1.Patch 1
Name of the Codelab or Codelab URL
URL
Describe the problem
In which lesson and step of the codelab can this issue be found?
Add a scrollable list + step 3.
How to reproduce?
Versions
2024.2.1.Patch 1
33
codelab: basic-android-compose-training-add-scrollable-list
The text was updated successfully, but these errors were encountered: