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
In which task and step of the codelab can this issue be found?
In the use repeat() function section
Describe the problem
A minor editing mistake, in the task it says to "call the repeat() function" in-between 2 other functions
but in the code snippet it shows other wise.
in the first screenshot it can be seen that the task asks for the "repeat" to be between the "treatFunction()" "trickFunction()" functions
but in the snippet the repeat is under both functions
and in the second screenshot it asks to move the "treatFunction()" inside the repeat, but the "trickFunction()" appears underneath the "repeat" function (as it should have been)
so the problem is in the first code snippet
Steps to reproduce?
Go to the link provided
Scroll down to the first task
Compare the first code snippet to what is being asked above
Versions Android Studio version: API version of the emulator:
Additional information
the first task and the code snippet
the second task and code snippet
The text was updated successfully, but these errors were encountered:
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-function-types-and-lambda?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-2-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-function-types-and-lambda#5
In which task and step of the codelab can this issue be found?
In the use repeat() function section
Describe the problem
A minor editing mistake, in the task it says to "call the repeat() function" in-between 2 other functions
but in the code snippet it shows other wise.
in the first screenshot it can be seen that the task asks for the "repeat" to be between the "treatFunction()" "trickFunction()" functions
but in the snippet the repeat is under both functions
and in the second screenshot it asks to move the "treatFunction()" inside the repeat, but the "trickFunction()" appears underneath the "repeat" function (as it should have been)
so the problem is in the first code snippet
Steps to reproduce?
Versions
Android Studio version:
API version of the emulator:
Additional information
the first task and the code snippet
the second task and code snippet
The text was updated successfully, but these errors were encountered: