diff options
author | 2011-01-17 05:52:18 -0800 | |
---|---|---|
committer | 2011-01-17 05:52:18 -0800 | |
commit | ea727ed3ed6d20957b39d19f15794b3374937553 (patch) | |
tree | c1ddf65feb129c17c39ba418d552b10390e37543 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 9a0c717bec9769db04a0079b5f9540a184decfa4 (diff) | |
parent | 8bb1696cff3178405532129954d066f6a4d7402e (diff) | |
download | latinime-ea727ed3ed6d20957b39d19f15794b3374937553.tar.gz latinime-ea727ed3ed6d20957b39d19f15794b3374937553.tar.xz latinime-ea727ed3ed6d20957b39d19f15794b3374937553.zip |
am 8bb1696c: am a0ff7663: Merge "Make sure that keyboard is not displayed when voice mode" into honeycomb
* commit '8bb1696cff3178405532129954d066f6a4d7402e':
Make sure that keyboard is not displayed when voice mode
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"); } |