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

main
Jean Chalard 2012-09-24 01:30:38 -07:00 committed by Android (Google) Code Review
commit d3fabe7fa5
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();
}
}