mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Linter fixes
This commit is contained in:
parent
d6d46d1c21
commit
9d5f84b86a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue