mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove a useless function call
Change-Id: I1a775cbf90dca301e1e6b596ddac64fdbc023199
This commit is contained in:
parent
dcf8a6b2c6
commit
4f41cbc588
@ -2190,7 +2190,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||||||
|
|
||||||
// "ic" must not be null
|
// "ic" must not be null
|
||||||
private void restartSuggestionsOnManuallyPickedTypedWord(final InputConnection ic) {
|
private void restartSuggestionsOnManuallyPickedTypedWord(final InputConnection ic) {
|
||||||
final CharSequence separator = ic.getTextBeforeCursor(1, 0);
|
|
||||||
final int restartLength = mWordComposer.size();
|
final int restartLength = mWordComposer.size();
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
final String wordBeforeCursor =
|
final String wordBeforeCursor =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user