Commit a2b65070 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

text_email should be disabled.

parent fe69f682
......@@ -125,7 +125,7 @@ class ResetPasswordFragment : Fragment(), ResetPasswordView {
private fun disableUserInput() {
disableButtonConnect()
text_email.isEnabled = true
text_email.isEnabled = false
}
private fun setupOnClickListener() =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment