diff options
author | 2011-01-18 08:49:34 -0800 | |
---|---|---|
committer | 2011-01-18 08:49:34 -0800 | |
commit | 886d800efd77c97cf0c1e2f44a39607e34699cf7 (patch) | |
tree | 43b156a3933bcef9164580ac63eb3271fee68cf4 /java/src/com/android/inputmethod/voice | |
parent | 5559c544e95fc0c00c07db8668346f79307636cf (diff) | |
parent | e02cf109644ab5ed8d6e3503e1a3bba4657dc60e (diff) | |
download | latinime-886d800efd77c97cf0c1e2f44a39607e34699cf7.tar.gz latinime-886d800efd77c97cf0c1e2f44a39607e34699cf7.tar.xz latinime-886d800efd77c97cf0c1e2f44a39607e34699cf7.zip |
am e02cf109: am d5a6b910: Purge keyboard only when voice input will be invoked
* commit 'e02cf109644ab5ed8d6e3503e1a3bba4657dc60e':
Purge keyboard only when voice input will be invoked
Diffstat (limited to 'java/src/com/android/inputmethod/voice')
-rw-r--r-- | java/src/com/android/inputmethod/voice/VoiceIMEConnector.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/voice/VoiceIMEConnector.java b/java/src/com/android/inputmethod/voice/VoiceIMEConnector.java index 715486147..9a6c3a83a 100644 --- a/java/src/com/android/inputmethod/voice/VoiceIMEConnector.java +++ b/java/src/com/android/inputmethod/voice/VoiceIMEConnector.java @@ -631,7 +631,7 @@ public class VoiceIMEConnector implements VoiceInput.UiListener { if (mSubtypeSwitcher.isVoiceMode() && token != null) { // Close keyboard view if it is been shown. if (KeyboardSwitcher.getInstance().isInputViewShown()) - KeyboardSwitcher.getInstance().getInputView().closing(); + KeyboardSwitcher.getInstance().getInputView().purgeKeyboardAndClosing(); startListening(false, token, false); } // If we have no token, onAttachedToWindow will take care of showing dialog and start |