diff options
author | 2011-01-17 05:49:00 -0800 | |
---|---|---|
committer | 2011-01-17 05:49:00 -0800 | |
commit | a0ff76638ca703840556a0c7c21e3443a0b9451d (patch) | |
tree | c1ddf65feb129c17c39ba418d552b10390e37543 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 8cc6e8e5c3d9028d33256c0add7ecbb4cd9270b3 (diff) | |
parent | 04f815eca4088ece879b1d9fb482bb7a342bfe4f (diff) | |
download | latinime-a0ff76638ca703840556a0c7c21e3443a0b9451d.tar.gz latinime-a0ff76638ca703840556a0c7c21e3443a0b9451d.tar.xz latinime-a0ff76638ca703840556a0c7c21e3443a0b9451d.zip |
Merge "Make sure that keyboard is not displayed when voice mode" into honeycomb
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-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"); } |