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

Commit 72c5d328 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug where the cursor pos wouldn't be tracked correctly

This would cause
Bug: 7208199

Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0
parent 65ef2608
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
            }
        }

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

        if (isDifferentTextField) {
            mainKeyboardView.closing();