mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
(re-)Enable abortOnError for lint
And fix a first issue (on unused code)
This commit is contained in:
parent
f4314ebdae
commit
93fb40f323
2 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,7 @@ android {
|
|||
lintOptions {
|
||||
lintConfig file("lint.xml")
|
||||
|
||||
// TODO Restore true once pb with WorkManager is fixed
|
||||
abortOnError false
|
||||
abortOnError true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue