Fix a bug where the cursor pos wouldn't be tracked correctly
This would cause Bug: 7208199 Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0
This commit is contained in:
parent
65ef26081b
commit
72c5d32888
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
}
|
||||
}
|
||||
|
||||
mConnection.resetCachesUponCursorMove(mLastSelectionStart);
|
||||
mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
|
||||
|
||||
if (isDifferentTextField) {
|
||||
mainKeyboardView.closing();
|
||||
|
|
Loading…
Reference in a new issue