mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix a bug where the cursor pos wouldn't be tracked correctly" into jb-mr1-dev
This commit is contained in:
commit
88985bfa2e
@ -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…
x
Reference in New Issue
Block a user