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

Commit 7ac542d4 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "[IL83] Inline a call"

parents 47ff4231 eb190ab3
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);
        }