Skip to content

Commit 028e503

Browse files
authored
Merge pull request #358 from android/region_tax_fix
Fixes region tags.
2 parents 5e2384b + d21cdce commit 028e503

File tree

1 file changed

+2
-2
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/text

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ private val firaSansFamily = FontFamily()
856856
val LightBlue = Color(0xFF0066FF)
857857
val Purple = Color(0xFF800080)
858858

859-
// [START android_compose_text_auto_format_phone_number_showhidepassword]
859+
// [START android_compose_text_showhidepassword]
860860
@Composable
861861
fun PasswordTextField() {
862862
var password by rememberSaveable { mutableStateOf("") }
@@ -887,4 +887,4 @@ fun PasswordTextField() {
887887
}
888888
)
889889
}
890-
// [END android_compose_text_auto_format_phone_number_showhidepassword]
890+
// [END android_compose_text_showhidepassword]

0 commit comments

Comments
 (0)