mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
fix.2058: Help text says 'Email' in the text box when trying to edit your Display Name
This commit is contained in:
parent
adaaf84628
commit
afd44ab814
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue