我正在使用EditText的植被,我正在用EditText的<代码>setError()方法验证该植被,并且正确验证。
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.