am 036b83f4
: Merge "Wait for an event before actually realizing it" into lmp-dev
* commit '036b83f4c44169703273b4e8192809fdadd7b8ad': Wait for an event before actually realizing it
This commit is contained in:
commit
b6a75d10de
1 changed files with 1 additions and 1 deletions
|
@ -237,10 +237,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId());
|
latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId());
|
||||||
break;
|
break;
|
||||||
case MSG_REOPEN_DICTIONARIES:
|
case MSG_REOPEN_DICTIONARIES:
|
||||||
latinIme.resetSuggest();
|
|
||||||
// We need to re-evaluate the currently composing word in case the script has
|
// We need to re-evaluate the currently composing word in case the script has
|
||||||
// changed.
|
// changed.
|
||||||
postWaitForDictionaryLoad();
|
postWaitForDictionaryLoad();
|
||||||
|
latinIme.resetSuggest();
|
||||||
break;
|
break;
|
||||||
case MSG_UPDATE_TAIL_BATCH_INPUT_COMPLETED:
|
case MSG_UPDATE_TAIL_BATCH_INPUT_COMPLETED:
|
||||||
latinIme.mInputLogic.onUpdateTailBatchInputCompleted(
|
latinIme.mInputLogic.onUpdateTailBatchInputCompleted(
|
||||||
|
|
Loading…
Reference in a new issue