Skip to content
Snippets Groups Projects
Commit 4f41cbc5 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless function call

Change-Id: I1a775cbf90dca301e1e6b596ddac64fdbc023199
parent dcf8a6b2
No related branches found
No related tags found
No related merge requests found
......@@ -2190,7 +2190,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
// "ic" must not be null
private void restartSuggestionsOnManuallyPickedTypedWord(final InputConnection ic) {
final CharSequence separator = ic.getTextBeforeCursor(1, 0);
final int restartLength = mWordComposer.size();
if (DEBUG) {
final String wordBeforeCursor =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment