mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-28 18:48:09 +00:00
remove unneeded cleanupInternalStateForFinishInput
This commit is contained in:
parent
885f1223ca
commit
4e3d088aa8
1 changed files with 0 additions and 1 deletions
|
@ -1377,7 +1377,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
if (mInputLogic.mConnection.hasSelection()) {
|
if (mInputLogic.mConnection.hasSelection()) {
|
||||||
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_DEL);
|
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_DEL);
|
||||||
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT);
|
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT);
|
||||||
cleanupInternalStateForFinishInput();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue