forked from github/wulkanowy-mirror
Fix password toggle icon tint after clearing error (#2309)
This commit is contained in:
parent
95b4d53fac
commit
4d3b16ec80
@ -184,7 +184,9 @@ class LoginFormFragment : BaseFragment<FragmentLoginFormBinding>(R.layout.fragme
|
|||||||
|
|
||||||
override fun clearPassError() {
|
override fun clearPassError() {
|
||||||
binding.loginFormPassLayout.error = null
|
binding.loginFormPassLayout.error = null
|
||||||
binding.loginFormPassLayout.setEndIconTintList(null)
|
binding.loginFormPassLayout.setEndIconTintList(
|
||||||
|
requireContext().getAttrColorStateList(R.attr.colorOnSurface)
|
||||||
|
)
|
||||||
binding.loginFormErrorBox.isVisible = false
|
binding.loginFormErrorBox.isVisible = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user