aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated/VoiceProxy.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-07-19 23:22:37 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-19 23:22:37 -0700
commit1dc80048d75d5501194d3171010f0ad8686261c0 (patch)
tree5095345d7d77862f94db6e6fe9a77693f038c9da /java/src/com/android/inputmethod/deprecated/VoiceProxy.java
parent597b1157970462dcd429be608cac21e33011e9df (diff)
parentbf9d8348d89be257ccc3db75333bfd4cdf0a9b7e (diff)
downloadlatinime-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.java2
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);