There was an error while loading. Please reload this page.
1 parent ef3f869 commit ab7eff5Copy full SHA for ab7eff5
1 file changed
app/src/main/java/helium314/keyboard/latin/LatinIME.java
@@ -1418,6 +1418,8 @@ public void onEvent(@NonNull final Event event) {
1418
// Delete one word immediately.
1419
final android.view.inputmethod.InputConnection ic = getCurrentInputConnection();
1420
if (ic != null) {
1421
+
1422
+ ic.finishComposingText();
1423
// Pick 64 preceding characters
1424
CharSequence textBefore = ic.getTextBeforeCursor(64, 0);
1425
if (!android.text.TextUtils.isEmpty(textBefore)) {
0 commit comments