diff options
author | 2011-07-17 21:18:47 -0700 | |
---|---|---|
committer | 2011-07-19 22:22:47 -0700 | |
commit | bf9d8348d89be257ccc3db75333bfd4cdf0a9b7e (patch) | |
tree | 8d385533c9f19024c9c8ad392245ee866ac7245f /java/src/com/android/inputmethod/deprecated/VoiceProxy.java | |
parent | fa9f4d1badee67ceb581391dfab2202e4ccb99c0 (diff) | |
download | latinime-bf9d8348d89be257ccc3db75333bfd4cdf0a9b7e.tar.gz latinime-bf9d8348d89be257ccc3db75333bfd4cdf0a9b7e.tar.xz latinime-bf9d8348d89be257ccc3db75333bfd4cdf0a9b7e.zip |
Support select input method dialog on pre-HC platform
Bug: 4971680
Change-Id: I641b336da54813e13409bd7874aa22e51f790729
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); |