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

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