diff options
author | 2011-07-19 23:22:37 -0700 | |
---|---|---|
committer | 2011-07-19 23:22:37 -0700 | |
commit | 1dc80048d75d5501194d3171010f0ad8686261c0 (patch) | |
tree | 5095345d7d77862f94db6e6fe9a77693f038c9da /java/src/com/android/inputmethod/deprecated/VoiceProxy.java | |
parent | 597b1157970462dcd429be608cac21e33011e9df (diff) | |
parent | bf9d8348d89be257ccc3db75333bfd4cdf0a9b7e (diff) | |
download | latinime-1dc80048d75d5501194d3171010f0ad8686261c0.tar.gz latinime-1dc80048d75d5501194d3171010f0ad8686261c0.tar.xz latinime-1dc80048d75d5501194d3171010f0ad8686261c0.zip |
Merge "Support select input method dialog on pre-HC platform"
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated/VoiceProxy.java')
-rw-r--r-- | java/src/com/android/inputmethod/deprecated/VoiceProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/VoiceProxy.java b/java/src/com/android/inputmethod/deprecated/VoiceProxy.java index 85993ea4d..c82c570ee 100644 --- a/java/src/com/android/inputmethod/deprecated/VoiceProxy.java +++ b/java/src/com/android/inputmethod/deprecated/VoiceProxy.java @@ -129,7 +129,7 @@ public class VoiceProxy implements VoiceInput.UiListener { mHandler = h; mMinimumVoiceRecognitionViewHeightPixel = Utils.dipToPixel( Utils.getDipScale(service), RECOGNITIONVIEW_MINIMUM_HEIGHT_DIP); - mImm = InputMethodManagerCompatWrapper.getInstance(service); + mImm = InputMethodManagerCompatWrapper.getInstance(); mSubtypeSwitcher = SubtypeSwitcher.getInstance(); if (VOICE_INSTALLED) { mVoiceInput = new VoiceInput(service, this); |