Set punctuation suggestions at start if activated

Bug: 7218468
Change-Id: I9f8c1f13dc26cedb95b65279a34a825021dfa72a
main
Jean Chalard 2012-09-24 17:27:03 +09:00
parent 65ef26081b
commit 6efe788494
1 changed files with 3 additions and 1 deletions

View File

@ -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();
}
}