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

[IL82] Fix a wrong comment

Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e
parent abbd7556
No related branches found
No related tags found
No related merge requests found
......@@ -1005,7 +1005,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
final SuggestedWords suggestedWords = new SuggestedWords(
applicationSuggestedWords,
false /* typedWordValid */,
false /* hasAutoCorrectionCandidate */,
false /* willAutoCorrect */,
false /* isPunctuationSuggestions */,
false /* isObsoleteSuggestions */,
false /* isPrediction */);
......
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