Skip to content

Commit 38a31a2

Browse files
MagicalMeghangithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent a9ad599 commit 38a31a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/text/StateBasedText.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.example.compose.snippets.text
1818

1919
import android.text.TextUtils
20-
import androidx.compose.foundation.layout.Column
2120
import androidx.compose.foundation.layout.padding
2221
import androidx.compose.foundation.text.BasicTextField
2322
import androidx.compose.foundation.text.KeyboardOptions
@@ -33,15 +32,11 @@ import androidx.compose.foundation.text.input.rememberTextFieldState
3332
import androidx.compose.foundation.text.input.selectAll
3433
import androidx.compose.foundation.text.input.setTextAndPlaceCursorAtEnd
3534
import androidx.compose.foundation.text.input.then
36-
import androidx.compose.material.SecureTextField
3735
import androidx.compose.material.TextField
38-
import androidx.compose.material3.Button
39-
import androidx.compose.material3.CircularProgressIndicator
4036
import androidx.compose.material3.Text
4137
import androidx.compose.runtime.Composable
4238
import androidx.compose.runtime.LaunchedEffect
4339
import androidx.compose.runtime.getValue
44-
import androidx.compose.runtime.mutableStateOf
4540
import androidx.compose.runtime.remember
4641
import androidx.compose.runtime.setValue
4742
import androidx.compose.ui.Modifier
@@ -53,8 +48,6 @@ import androidx.compose.ui.text.input.ImeAction
5348
import androidx.compose.ui.tooling.preview.Preview
5449
import androidx.compose.ui.unit.dp
5550
import androidx.lifecycle.ViewModel
56-
import androidx.lifecycle.viewModelScope
57-
import kotlinx.coroutines.launch
5851

5952
@Composable
6053
fun StateBasedTextSnippets() {

0 commit comments

Comments
 (0)