fix.2058: Help text says 'Email' in the text box when trying to edit your Display Name

This commit is contained in:
rehfeld13 2024-01-29 21:21:53 -03:00 committed by Phillip Thelen
parent adaaf84628
commit afd44ab814

View file

@ -29,6 +29,7 @@ class ValidatingEditText @JvmOverloads constructor(
get() = binding.editText.hint
set(value) {
binding.editText.hint = value
binding.inputLayout.hint = value
}
var validator: ((String?) -> Boolean)? = null