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

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

Merge "Set punctuation suggestions at start if activated" into jb-mr1-dev

parents b7605910 6efe7884
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -715,7 +715,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
            mSpaceState = SPACE_STATE_NONE;

            if (mSuggestionStripView != null) {
                mSuggestionStripView.clear();
                // This will set the punctuation suggestions if next word suggestion is off;
                // otherwise it will clear the suggestion strip.
                setPunctuationSuggestions();
            }
        }