mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[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: Id8a07a154ac514e9b3307ead22d47c3ae6fa732b
This commit is contained in:
parent
17f1528f9e
commit
eb190ab32f
@ -1564,7 +1564,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
public void setPunctuationSuggestions() {
|
||||
final SettingsValues currentSettings = mSettings.getCurrent();
|
||||
if (currentSettings.mBigramPredictionEnabled) {
|
||||
clearSuggestionStrip();
|
||||
setSuggestedWords(SuggestedWords.EMPTY);
|
||||
setAutoCorrectionIndicator(false);
|
||||
} else {
|
||||
setSuggestedWords(currentSettings.mSpacingAndPunctuations.mSuggestPuncList);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user