mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix a bug where the cursor pos wouldn't be tracked correctly
This would cause Bug: 7208199 Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0
This commit is contained in:
parent
65ef26081b
commit
72c5d32888
@ -719,7 +719,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
}
|
||||
}
|
||||
|
||||
mConnection.resetCachesUponCursorMove(mLastSelectionStart);
|
||||
mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
|
||||
|
||||
if (isDifferentTextField) {
|
||||
mainKeyboardView.closing();
|
||||
|
Loading…
x
Reference in New Issue
Block a user