Skip to content

Commit

Permalink
removed clearing in text watcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-alexander committed Mar 27, 2020
1 parent 12e3239 commit 3eb51e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ public void beforeTextChanged(CharSequence s, int start, int count, int after) {
@Override
public void onTextChanged(CharSequence s, int start, int before, int count) {
mEmailInput.setError(null);
mIsValidEmail = null;
mIsSocialLogin = false;
}

Expand Down

0 comments on commit 3eb51e8

Please sign in to comment.