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 correctly
main
Jean Chalard 2012-09-24 09:36:37 -07:00 committed by Android Git Automerger
commit c39a92e40c
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
}
mConnection.resetCachesUponCursorMove(mLastSelectionStart);
mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
if (isDifferentTextField) {
mainKeyboardView.closing();