Skip to content

Commit

Permalink
Apply Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmail authored and github-actions[bot] committed Sep 16, 2024
1 parent 9b8a865 commit 7098922
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,9 @@ fun PasswordTextField() {
Icons.Filled.VisibilityOff
},
contentDescription = "Toggle password visibility",
modifier = Modifier.clickable { showPassword = !showPassword })
modifier = Modifier.clickable { showPassword = !showPassword }
)
}
)
}
// [END android_compose_text_auto_format_phone_number_showhidepassword]
// [END android_compose_text_auto_format_phone_number_showhidepassword]

0 comments on commit 7098922

Please sign in to comment.