aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-07-28 12:09:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-28 12:09:16 +0000
commitb6a75d10de3ab43dcf318fde77e81918fc55e02b (patch)
treecd572016e5dbca1ba24c11a7a68c80d8bf2dc261 /java/src
parent5fc43eb04df9870fb6256d8d3918e7d399ca8a79 (diff)
parent036b83f4c44169703273b4e8192809fdadd7b8ad (diff)
downloadlatinime-b6a75d10de3ab43dcf318fde77e81918fc55e02b.tar.gz
latinime-b6a75d10de3ab43dcf318fde77e81918fc55e02b.tar.xz
latinime-b6a75d10de3ab43dcf318fde77e81918fc55e02b.zip
am 036b83f4: Merge "Wait for an event before actually realizing it" into lmp-dev
* commit '036b83f4c44169703273b4e8192809fdadd7b8ad': Wait for an event before actually realizing it
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index d2a2fbdd8..c7c1d0564 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -237,10 +237,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId());
break;
case MSG_REOPEN_DICTIONARIES:
- latinIme.resetSuggest();
// We need to re-evaluate the currently composing word in case the script has
// changed.
postWaitForDictionaryLoad();
+ latinIme.resetSuggest();
break;
case MSG_UPDATE_TAIL_BATCH_INPUT_COMPLETED:
latinIme.mInputLogic.onUpdateTailBatchInputCompleted(