mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Set punctuation suggestions at start if activated" into jb-mr1-dev
This commit is contained in:
commit
d3fabe7fa5
@ -715,7 +715,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||||||
mSpaceState = SPACE_STATE_NONE;
|
mSpaceState = SPACE_STATE_NONE;
|
||||||
|
|
||||||
if (mSuggestionStripView != null) {
|
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…
x
Reference in New Issue
Block a user