am 5dcdd4ea: am 88985bfa: Merge "Fix a bug where the cursor pos wouldn\'t be tracked correctly" into jb-mr1-dev
* commit '5dcdd4eab5155f5f317cae578d44b5018bb751b9': Fix a bug where the cursor pos wouldn't be tracked correctlymain
commit
c39a92e40c
|
@ -721,7 +721,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mConnection.resetCachesUponCursorMove(mLastSelectionStart);
|
mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
|
||||||
|
|
||||||
if (isDifferentTextField) {
|
if (isDifferentTextField) {
|
||||||
mainKeyboardView.closing();
|
mainKeyboardView.closing();
|
||||||
|
|
Loading…
Reference in New Issue