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

This would cause
Bug: 7208199

Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0
main
Jean Chalard 2012-09-24 19:33:42 +09:00
parent 65ef26081b
commit 72c5d32888
1 changed files with 1 additions and 1 deletions

View File

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