I recently used TextInputLayout and it\'s setError() method. The problem I\'m getting is, when I clear the error by calling setError(null)
TextInputLayout
setError()
setError(null)
By using mTextInputLayout.setErrorEnabled(false); i have solved this problem
mTextInputLayout.setErrorEnabled(false);