Merge "Fix a bug where the cursor pos wouldn't be tracked correctly" into jb-mr1-dev
This commit is contained in:
commit
88985bfa2e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue