Workaround: remove suggestions spans without composing flag

This commit is contained in:
M66B
2023-11-04 09:00:24 +01:00
parent cda90c8252
commit e38e4d36ad
6 changed files with 30 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
@Override
protected void replaceText(CharSequence text) {
clearComposingText();
HtmlHelper.clearComposingText(this);
Editable edit = getText();
int _end = getSelectionEnd();