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
There is a typo error in Surface() element in fun AffirmationsApp() function. Modifier is written with a capitalize "M" instead of a small "m", so it generates an error.
In which lesson and step of the codelab can this issue be found?
Add a scrollable list + Step 3 (at the end of the page)
How to reproduce?
Try to copy/paste the code of the very last block of code, and it will generate an error
Versions
What version of Android Studio are you using?
2023.3.1
What API level are you targeting?
N/A
Additional information
No additionnal information.
Name of the Codelab or Codelab URL
Build a scrollable list
https://developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list#2
Describe the problem
There is a typo error in Surface() element in fun AffirmationsApp() function. Modifier is written with a capitalize "M" instead of a small "m", so it generates an error.
In which lesson and step of the codelab can this issue be found?
Add a scrollable list + Step 3 (at the end of the page)
How to reproduce?
Try to copy/paste the code of the very last block of code, and it will generate an error
Versions
2023.3.1
N/A
Additional information
No additionnal information.
codelab: basic-android-compose-training-add-scrollable-list
Image of the block code with the error
The text was updated successfully, but these errors were encountered: