remove unneeded cleanupInternalStateForFinishInput

This commit is contained in:
dslul 2020-09-07 18:56:07 +02:00
parent 885f1223ca
commit 4e3d088aa8

View file

@ -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();
}
}