[IL83] Inline a call
The coming string of changes is very complicated, so I'm going to do things really slowly. Bug: 8636060 Change-Id: Id8a07a154ac514e9b3307ead22d47c3ae6fa732bmain
parent
17f1528f9e
commit
eb190ab32f
|
@ -1564,7 +1564,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
public void setPunctuationSuggestions() {
|
public void setPunctuationSuggestions() {
|
||||||
final SettingsValues currentSettings = mSettings.getCurrent();
|
final SettingsValues currentSettings = mSettings.getCurrent();
|
||||||
if (currentSettings.mBigramPredictionEnabled) {
|
if (currentSettings.mBigramPredictionEnabled) {
|
||||||
clearSuggestionStrip();
|
setSuggestedWords(SuggestedWords.EMPTY);
|
||||||
|
setAutoCorrectionIndicator(false);
|
||||||
} else {
|
} else {
|
||||||
setSuggestedWords(currentSettings.mSpacingAndPunctuations.mSuggestPuncList);
|
setSuggestedWords(currentSettings.mSpacingAndPunctuations.mSuggestPuncList);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue