We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d46d1 commit 9d5f84bCopy full SHA for 9d5f84b
vector/src/main/java/im/vector/app/features/form/FormEditTextItem.kt
@@ -138,7 +138,7 @@ abstract class FormEditTextItem : VectorEpoxyModel<FormEditTextItem.Holder>() {
138
}
139
140
// This is a must in order to avoid extreme lag in some devices, on fast typing
141
- if(holder.textInputEditText.inputType != newInputType){
+ if (holder.textInputEditText.inputType != newInputType) {
142
holder.textInputEditText.inputType = newInputType
143
144
0 commit comments