aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-03 04:27:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-03 04:27:20 -0700
commitac021708ae17a8f27193c8e5d408bf3b3faf6a04 (patch)
treed119b73c4e3ffc37b1a8a93956dd12ff48e59df4 /java/src/com/android/inputmethod/latin/LatinIME.java
parentab5653dce07da9c4fb8283fed4a7fe4cabbb07ee (diff)
parent34830114e66882bf30505f1e538764c9abd3025b (diff)
downloadlatinime-ac021708ae17a8f27193c8e5d408bf3b3faf6a04.tar.gz
latinime-ac021708ae17a8f27193c8e5d408bf3b3faf6a04.tar.xz
latinime-ac021708ae17a8f27193c8e5d408bf3b3faf6a04.zip
am 34830114: am 0a498cf8: Merge "Extend space LED for autocompletion" into gingerbread
Merge commit '34830114e66882bf30505f1e538764c9abd3025b' * commit '34830114e66882bf30505f1e538764c9abd3025b': Extend space LED for autocompletion
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index f0e9e61d1..e4776f888 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -686,6 +686,7 @@ public class LatinIME extends InputMethodService
super.onFinishInput();
LatinImeLogger.commit();
+ onAutoCompletionStateChanged(false);
if (VOICE_INSTALLED && !mConfigurationChanging) {
if (mAfterVoiceInput) {
@@ -790,6 +791,7 @@ public class LatinIME extends InputMethodService
@Override
public void hideWindow() {
LatinImeLogger.commit();
+ onAutoCompletionStateChanged(false);
if (TRACE) Debug.stopMethodTracing();
if (mOptionsDialog != null && mOptionsDialog.isShowing()) {