diff options
author | 2011-01-18 08:24:45 -0800 | |
---|---|---|
committer | 2011-01-18 08:24:45 -0800 | |
commit | e02cf109644ab5ed8d6e3503e1a3bba4657dc60e (patch) | |
tree | 43b156a3933bcef9164580ac63eb3271fee68cf4 /java/src/com/android/inputmethod/voice | |
parent | d7d5da367c1583e34de22c693502a99200d2325a (diff) | |
parent | d5a6b910e83de6dea3c5813cbf5e219abaccdf8a (diff) | |
download | latinime-e02cf109644ab5ed8d6e3503e1a3bba4657dc60e.tar.gz latinime-e02cf109644ab5ed8d6e3503e1a3bba4657dc60e.tar.xz latinime-e02cf109644ab5ed8d6e3503e1a3bba4657dc60e.zip |
am d5a6b910: Purge keyboard only when voice input will be invoked
* commit 'd5a6b910e83de6dea3c5813cbf5e219abaccdf8a':
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 |