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

Commit 1c5a7c47 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am a09e43ef: Merge "Fix cursor state bug"

* commit 'a09e43ef':
  Fix cursor state bug
parents 7f0ae852 a09e43ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ public final class RichInputConnection {
        if (DEBUG_BATCH_NESTING) checkBatchEdit();
        if (DEBUG_PREVIOUS_TEXT) checkConsistencyForDebug();
        mCommittedTextBeforeComposingText.append(mComposingText);
        mExpectedCursorPosition += mComposingText.length();
        mComposingText.setLength(0);
        if (null != mIC) {
            mIC.finishComposingText();