diff options
author | 2012-01-17 02:31:45 -0800 | |
---|---|---|
committer | 2012-01-17 02:31:45 -0800 | |
commit | 3510c36049fa6dac26bf782b85cd1a203d8b0109 (patch) | |
tree | 00246a1fc9fdd054b4da5e76eb9e68695c7404d9 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 908cd7215aac49b87c493ae8dee63c1bfef3bcda (diff) | |
parent | 5731b939c7baa2ca64a59b35f48fb3c2a43ba739 (diff) | |
download | latinime-3510c36049fa6dac26bf782b85cd1a203d8b0109.tar.gz latinime-3510c36049fa6dac26bf782b85cd1a203d8b0109.tar.xz latinime-3510c36049fa6dac26bf782b85cd1a203d8b0109.zip |
am 5731b939: Remove KeyboardSwicther.toggleCapslock
* commit '5731b939c7baa2ca64a59b35f48fb3c2a43ba739':
Remove KeyboardSwicther.toggleCapslock
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index ee3b2d2e4..d11aaeb96 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1267,7 +1267,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar onSettingsKeyPressed(); break; case Keyboard.CODE_CAPSLOCK: - switcher.toggleCapsLock(); + // Caps lock code is handled in KeyboardSwitcher.onCodeInput() below. hapticAndAudioFeedback(primaryCode); break; case Keyboard.CODE_SHORTCUT: |