Set punctuation suggestions at start if activated
Bug: 7218468 Change-Id: I9f8c1f13dc26cedb95b65279a34a825021dfa72amain
parent
65ef26081b
commit
6efe788494
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue