Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 7affe67

Browse files
author
Evgenii Kanivets
committed
#70[30m]. Add setErrorEnabled(false).
1 parent 592890a commit 7affe67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/util/validator/ClearErrorTextWatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public void onTextChanged(CharSequence s, int start, int before, int count) {
3232

3333
@Override
3434
public void afterTextChanged(Editable s) {
35+
til.setErrorEnabled(false);
3536
til.setError(null);
3637
}
3738
}

0 commit comments

Comments
 (0)