Skip to content

Commit 6874ccb

Browse files
authored
Mention asMutableTextFieldValueState in TextController kdoc
1 parent 6cd13a4 commit 6874ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-ui/core-common/src/main/java/com/squareup/workflow1/ui/TextController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import kotlinx.coroutines.flow.drop
2626
* function for your UI platform, e.g.:
2727
*
2828
* - `control()` for an Android EditText view
29-
* - `asMutableState()` from an Android `@Composable` function
29+
* - `asMutableTextFieldValueState()` from an Android `@Composable` function
3030
*
3131
* If your workflow needs to access or change the current text value, get the value from [textValue].
3232
* If your workflow needs to react to changes, it can observe [onTextChanged] by converting it to a

0 commit comments

Comments
 (0)