Skip to content

Commit

Permalink
fix.2058: Help text says 'Email' in the text box when trying to edit …
Browse files Browse the repository at this point in the history
…your Display Name
  • Loading branch information
rehfeld13 authored and phillipthelen committed Feb 7, 2024
1 parent adaaf84 commit afd44ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit afd44ab

Please sign in to comment.