File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/text Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import androidx.compose.material.TextField
3838// noinspection UsingMaterialAndMaterial3Libraries
3939import androidx.compose.material3.Text
4040import androidx.compose.runtime.Composable
41- import androidx.compose.runtime.LaunchedEffect
4241import androidx.compose.runtime.remember
4342import androidx.compose.ui.Modifier
4443import androidx.compose.ui.graphics.Brush
@@ -173,7 +172,7 @@ fun EditTextFieldState() {
173172 editTFState(usernameState)
174173}
175174
176- fun editTFState (textFieldState : TextFieldState ){
175+ fun editTFState (textFieldState : TextFieldState ) {
177176 // [START android_compose_state_text_9]
178177 // Initial textFieldState text passed in is "I love Android"
179178 // textFieldState.text : I love Android
You can’t perform that action at this time.
0 commit comments