mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 00:56:35 +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()) {
|
||||
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_DEL);
|
||||
mInputLogic.sendDownUpKeyEvent(KeyEvent.KEYCODE_SHIFT_LEFT);
|
||||
cleanupInternalStateForFinishInput();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue