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

Commit 6efe7884 authored by Jean Chalard's avatar Jean Chalard
Browse files

Set punctuation suggestions at start if activated

Bug: 7218468
Change-Id: I9f8c1f13dc26cedb95b65279a34a825021dfa72a
parent 65ef2608
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();
            }
        }