mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am d3fabe7f
: Merge "Set punctuation suggestions at start if activated" into jb-mr1-dev
* commit 'd3fabe7fa5349d2c207ae6c0a8f295f5edf820bb': Set punctuation suggestions at start if activated
This commit is contained in:
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
Block a user