mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-11 08:59:33 +00:00
parent
10eb6e5178
commit
64325a9e6f
1 changed files with 2 additions and 0 deletions
|
@ -1368,6 +1368,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
|
||||
int newPosition = mInputLogic.mConnection.mExpectedSelStart + steps;
|
||||
mInputLogic.mConnection.setSelection(newPosition, newPosition);
|
||||
mInputLogic.restartSuggestionsOnWordTouchedByCursor(mSettings.getCurrent(),
|
||||
false, mKeyboardSwitcher.getCurrentKeyboardScriptId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue