Linter fixes
This commit is contained in:
parent
d6d46d1c21
commit
9d5f84b86a
|
@ -138,7 +138,7 @@ abstract class FormEditTextItem : VectorEpoxyModel<FormEditTextItem.Holder>() {
|
|||
}
|
||||
|
||||
// This is a must in order to avoid extreme lag in some devices, on fast typing
|
||||
if(holder.textInputEditText.inputType != newInputType){
|
||||
if (holder.textInputEditText.inputType != newInputType) {
|
||||
holder.textInputEditText.inputType = newInputType
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue