mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 88985bfa
: Merge "Fix a bug where the cursor pos wouldn\'t be tracked correctly" into jb-mr1-dev
* commit '88985bfa2e8e05e7974fc3c275076888e98f1b5d': Fix a bug where the cursor pos wouldn't be tracked correctly
This commit is contained in:
commit
14ea06821a
@ -721,7 +721,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
}
|
||||
}
|
||||
|
||||
mConnection.resetCachesUponCursorMove(mLastSelectionStart);
|
||||
mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
|
||||
|
||||
if (isDifferentTextField) {
|
||||
mainKeyboardView.closing();
|
||||
|
Loading…
Reference in New Issue
Block a user