mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-25 00:26:17 +01:00
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
Block a user