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 9b8a865 commit 7098922Copy full SHA for 7098922
compose/snippets/src/main/java/com/example/compose/snippets/text/TextSnippets.kt
@@ -871,8 +871,9 @@ fun PasswordTextField() {
871
Icons.Filled.VisibilityOff
872
},
873
contentDescription = "Toggle password visibility",
874
- modifier = Modifier.clickable { showPassword = !showPassword })
+ modifier = Modifier.clickable { showPassword = !showPassword }
875
+ )
876
}
877
)
878
-// [END android_compose_text_auto_format_phone_number_showhidepassword]
879
+// [END android_compose_text_auto_format_phone_number_showhidepassword]
0 commit comments