am 4f41cbc5
: Remove a useless function call
* commit '4f41cbc588916dce64eef644e9f7b69da1618d03': Remove a useless function call
This commit is contained in:
commit
cc88b8c406
1 changed files with 0 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue