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

Commit 88985bfa authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug where the cursor pos wouldn't be tracked correctly" into jb-mr1-dev

parents d3fabe7f 72c5d328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -721,7 +721,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
            }
        }

        mConnection.resetCachesUponCursorMove(mLastSelectionStart);
        mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);

        if (isDifferentTextField) {
            mainKeyboardView.closing();