Bug 1840210 - Rename mozac_ic_password_hide to mozac_ic_eye_slash_24

fenix/117.0
Gabriel Luong 11 months ago committed by mergify[bot]
parent 8237b6474c
commit f83e001250

@ -21,7 +21,7 @@ fun togglePasswordReveal(passwordText: TextView, revealPasswordButton: ImageButt
Logins.viewPasswordLogin.record(NoExtras())
passwordText.inputType = InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD
revealPasswordButton.setImageDrawable(
AppCompatResources.getDrawable(context, R.drawable.mozac_ic_password_hide),
AppCompatResources.getDrawable(context, R.drawable.mozac_ic_eye_slash_24),
)
revealPasswordButton.contentDescription =
context.getString(R.string.saved_login_hide_password)

Loading…
Cancel
Save