diff options
author | 2011-01-24 02:59:25 -0800 | |
---|---|---|
committer | 2011-01-24 02:59:25 -0800 | |
commit | f83ae3355c3da38f3a4e76e26fb450d2cc492301 (patch) | |
tree | fe47e139f859f39830f01aa29732b653787233e6 /java/src/com/android/inputmethod/latin | |
parent | 8972b9ea1f08c4bb38b06e4c47332d102567a5b2 (diff) | |
parent | 85a6175f4925381fd6be9285520d270d0b6f5cd4 (diff) | |
download | latinime-f83ae3355c3da38f3a4e76e26fb450d2cc492301.tar.gz latinime-f83ae3355c3da38f3a4e76e26fb450d2cc492301.tar.xz latinime-f83ae3355c3da38f3a4e76e26fb450d2cc492301.zip |
am 85a6175f: Merge "Set minimum height for RecognitionView in the case that there is no keyboard view loaded." into honeycomb
* commit '85a6175f4925381fd6be9285520d270d0b6f5cd4':
Set minimum height for RecognitionView in the case that there is no keyboard view loaded.
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-rw-r--r-- | java/src/com/android/inputmethod/latin/SubtypeSwitcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java b/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java index ffce66e9b..d3aa70c28 100644 --- a/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java +++ b/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java @@ -435,7 +435,7 @@ public class SubtypeSwitcher { mVoiceInput = vi; if (isVoiceMode()) { if (DBG) { - Log.d(TAG, "Set and call voice input."); + Log.d(TAG, "Set and call voice input.: " + getInputLocaleStr()); } triggerVoiceIME(); return true; |