diff options
author | 2010-02-03 15:35:49 -0800 | |
---|---|---|
committer | 2010-02-03 15:55:12 -0800 | |
commit | 6a6075caba3865383eeeb52cccc63a28e4ae5900 (patch) | |
tree | 59cc6f7b0cb8d6700cc066e665d4273766dc943c /src/com/android/inputmethod/latin/KeyboardSwitcher.java | |
parent | f892861b7bf87efbbdbed8f911a715ca1614829b (diff) | |
download | latinime-6a6075caba3865383eeeb52cccc63a28e4ae5900.tar.gz latinime-6a6075caba3865383eeeb52cccc63a28e4ae5900.tar.xz latinime-6a6075caba3865383eeeb52cccc63a28e4ae5900.zip |
Suggest punctuations between word suggestions, for easy access to ?,!, etc.
Also fix a visual bug with the dividers between suggested words.
Diffstat (limited to 'src/com/android/inputmethod/latin/KeyboardSwitcher.java')
-rw-r--r-- | src/com/android/inputmethod/latin/KeyboardSwitcher.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/inputmethod/latin/KeyboardSwitcher.java b/src/com/android/inputmethod/latin/KeyboardSwitcher.java index 0ebfe4a9a..529edeb81 100644 --- a/src/com/android/inputmethod/latin/KeyboardSwitcher.java +++ b/src/com/android/inputmethod/latin/KeyboardSwitcher.java @@ -159,7 +159,6 @@ public class KeyboardSwitcher { void setVoiceMode(boolean enableVoice, boolean voiceOnPrimary) { if (enableVoice != mHasVoice || voiceOnPrimary != mVoiceOnPrimary) { - System.err.println("Clearing keyboards"); mKeyboards.clear(); } mHasVoice = enableVoice; |