am d3fabe7f: Merge "Set punctuation suggestions at start if activated" into jb-mr1-dev
* commit 'd3fabe7fa5349d2c207ae6c0a8f295f5edf820bb': Set punctuation suggestions at start if activatedmain
commit
c7c5b2a132
|
@ -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