textinputlayout errorenabled and showing errors
问题 So I have login form, when user click login I will check the inputs. First what I do, onlick of login button i call textinputlayout.seterrorenabled(false) , then when API call is over and I have an error on my editttext i call textinputlayout.seterrorenabled(true) , textinputlayout.seterror(message) . Everything is all good, now I click on login again and repeat same process textinputlayout.seterrorenabled(false) and then after API call is over textinputlayout.seterrorenabled(true) ,