-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
In which task and step of the codelab can this issue be found?
Calculate a custom tip
4: Add a tip-percentage text field
Describe the problem
@composable
fun EditNumberField(
label: Int,
value: String,
onValueChanged: (String) -> Unit,
modifier: Modifier = Modifier
)
In the code above, onValueChanged is supposed to be onValueChange.
Steps to reproduce?
- Go to...
- Click on...
- See error...
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.
Metadata
Metadata
Assignees
Labels
No labels