diff options
author | 2011-01-17 05:50:27 -0800 | |
---|---|---|
committer | 2011-01-17 05:50:27 -0800 | |
commit | 8bb1696cff3178405532129954d066f6a4d7402e (patch) | |
tree | c1ddf65feb129c17c39ba418d552b10390e37543 /java/src/com/android/inputmethod/latin | |
parent | fce5fa6148172136cdb4d979da1c76db5628fee5 (diff) | |
parent | a0ff76638ca703840556a0c7c21e3443a0b9451d (diff) | |
download | latinime-8bb1696cff3178405532129954d066f6a4d7402e.tar.gz latinime-8bb1696cff3178405532129954d066f6a4d7402e.tar.xz latinime-8bb1696cff3178405532129954d066f6a4d7402e.zip |
am a0ff7663: Merge "Make sure that keyboard is not displayed when voice mode" into honeycomb
* commit 'a0ff76638ca703840556a0c7c21e3443a0b9451d':
Make sure that keyboard is not displayed when voice mode
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
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 4a78c2e7a..e3b4072c4 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -615,7 +615,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen checkReCorrectionOnStart(); inputView.setForeground(true); - mVoiceConnector.onStartInputView(mKeyboardSwitcher.getInputView().getWindowToken()); + mVoiceConnector.onStartInputView(inputView.getWindowToken()); if (TRACE) Debug.startMethodTracing("/data/trace/latinime"); } |