mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 6c0e4121
: Merge "Resume suggestion at start input"
* commit '6c0e4121376e9ce0b96d656f3aea3bfd80f2215e': Resume suggestion at start input
This commit is contained in:
commit
c98d08b6b0
@ -778,6 +778,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
// span, so we should reset our state unconditionally, even if restarting is true.
|
||||
mEnteredText = null;
|
||||
resetComposingState(true /* alsoResetLastComposedWord */);
|
||||
if (isDifferentTextField) mHandler.postResumeSuggestions();
|
||||
mDeleteCount = 0;
|
||||
mSpaceState = SPACE_STATE_NONE;
|
||||
mRecapitalizeStatus.deactivate();
|
||||
|
Loading…
Reference in New Issue
Block a user