Resume suggestion at start input

Bug: 9568410
Change-Id: I65468268f8613c863fa7f3a497b64656da0a221c
main
Jean Chalard 2013-06-25 19:35:23 +09:00
parent fd0945b0da
commit 2f69348d51
1 changed files with 1 additions and 0 deletions

View File

@ -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();