mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 17:40:54 +00:00
finish input before swiping
This commit is contained in:
parent
64325a9e6f
commit
b6c0476f0c
1 changed files with 1 additions and 0 deletions
|
@ -1374,6 +1374,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onMoveDeletePointer(int steps) {
|
public void onMoveDeletePointer(int steps) {
|
||||||
|
mInputLogic.finishInput();
|
||||||
int end = mInputLogic.mConnection.getExpectedSelectionEnd();
|
int end = mInputLogic.mConnection.getExpectedSelectionEnd();
|
||||||
int start = mInputLogic.mConnection.getExpectedSelectionStart() + steps;
|
int start = mInputLogic.mConnection.getExpectedSelectionStart() + steps;
|
||||||
if (start > end)
|
if (start > end)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue