(re-)Enable abortOnError for lint

And fix a first issue (on unused code)
This commit is contained in:
Benoit Marty 2020-07-02 11:29:00 +02:00
parent f4314ebdae
commit 93fb40f323
2 changed files with 2 additions and 2 deletions

View File

@ -232,8 +232,7 @@ android {
lintOptions {
lintConfig file("lint.xml")
// TODO Restore true once pb with WorkManager is fixed
abortOnError false
abortOnError true
}
compileOptions {

View File

@ -56,6 +56,7 @@ abstract class FormEditTextWithButtonItem : VectorEpoxyModel<FormEditTextWithBut
}
override fun bind(holder: Holder) {
super.bind(holder)
holder.textInputLayout.isEnabled = enabled
holder.textInputLayout.hint = hint