mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Resume suggestion at start input"
This commit is contained in:
commit
6c0e412137
@ -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…
x
Reference in New Issue
Block a user