We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36ed9d commit c9795ddCopy full SHA for c9795dd
compose/snippets/src/main/java/com/example/compose/snippets/text/StateBasedText.kt
@@ -47,8 +47,8 @@ import androidx.compose.ui.text.font.FontWeight
47
import androidx.compose.ui.text.input.ImeAction
48
import androidx.compose.ui.tooling.preview.Preview
49
import androidx.compose.ui.unit.dp
50
-import androidx.lifecycle.ViewModel
51
import androidx.core.text.isDigitsOnly
+import androidx.lifecycle.ViewModel
52
53
@Composable
54
fun StateBasedTextSnippets() {
0 commit comments