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

* commit 'd3fabe7fa5349d2c207ae6c0a8f295f5edf820bb':
  Set punctuation suggestions at start if activated
main
Jean Chalard 2012-09-24 09:26:28 -07:00 committed by Android Git Automerger
commit 3a8f1e69fb
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();
}
}