mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
small improvements
This commit is contained in:
parent
1ed0ed893b
commit
677d80e7ac
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
public void onUpWithDeletePointerActive() {
|
public void onUpWithDeletePointerActive() {
|
||||||
if (mInputLogic.mConnection.hasSelection()) {
|
if (mInputLogic.mConnection.hasSelection()) {
|
||||||
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_DEL);
|
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_DEL);
|
||||||
mInputLogic.finishInput();
|
cleanupInternalStateForFinishInput();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue