I am using an EditText widget, and I am validating it with the setError()
method of EditText and it validates correctly.
But I have an button in the same screen that redirects to another activity. And when I press back button and come back to the screen the validation still appears.
So on the activity OnPause
event I want to remove the validation of the EditText. How is it possible.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…