Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb190ab3 authored by Jean Chalard's avatar Jean Chalard
Browse files

[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
parent 17f1528f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
        }