File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/text Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ import androidx.compose.foundation.text.input.rememberTextFieldState
3232import androidx.compose.foundation.text.input.selectAll
3333import androidx.compose.foundation.text.input.setTextAndPlaceCursorAtEnd
3434import androidx.compose.foundation.text.input.then
35+ // noinspection UsingMaterialAndMaterial3Libraries
3536import androidx.compose.material.TextField
37+ // noinspection UsingMaterialAndMaterial3Libraries
3638import androidx.compose.material3.Text
3739import androidx.compose.runtime.Composable
3840import androidx.compose.runtime.LaunchedEffect
39- import androidx.compose.runtime.getValue
4041import androidx.compose.runtime.remember
41- import androidx.compose.runtime.setValue
4242import androidx.compose.ui.Modifier
4343import androidx.compose.ui.graphics.Brush
4444import androidx.compose.ui.graphics.Color
You can’t perform that action at this time.
0 commit comments