Skip to content

Commit 635ea2c

Browse files
committed
Update AutofillSnippets.kt
Clean up snippet 6
1 parent 347c502 commit 635ea2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ fun SaveDataWithAutofillOnClick() {
143143
// [END android_compose_autofill_5]
144144
}
145145

146-
// [START android_compose_autofill_6]
147146
@Composable
148147
fun CustomAutofillHighlight(customHighlightColor: Color = Color.Red) {
149148
var textFieldValue = remember {
@@ -162,5 +161,3 @@ fun CustomAutofillHighlight(customHighlightColor: Color = Color.Red) {
162161
}
163162
// [END android_compose_autofill_6]
164163
}
165-
// [END android_compose_autofill_6]
166-

0 commit comments

Comments
 (0)