Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 309ab664 authored by Jean Chalard's avatar Jean Chalard
Browse files

Don't send empty composing texts.

Bug: 13160467
Change-Id: I5e3204ac8aaa18fe9219cc6b564b832ab6cf94fc
parent 61ddac28
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -936,7 +936,11 @@ public final class InputLogic {
            } else {
                mWordComposer.processEvent(inputTransaction.mEvent);
            }
            if (mWordComposer.isComposingWord()) {
                mConnection.setComposingText(getTextWithUnderline(mWordComposer.getTypedWord()), 1);
            } else {
                mConnection.commitText("", 1);
            }
            inputTransaction.setRequiresUpdateSuggestions();
        } else {
            if (mLastComposedWord.canRevertCommit()) {