Linter fixes

This commit is contained in:
ariskotsomitopoulos 2021-10-21 20:02:21 +03:00
parent d6d46d1c21
commit 9d5f84b86a

View file

@ -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
}
}