diff options
author | 2014-04-30 11:35:46 +0000 | |
---|---|---|
committer | 2014-04-30 11:35:46 +0000 | |
commit | 9bf7caf8f76e274b6cf7d2c6dd2704bf4277291b (patch) | |
tree | bd4a577ee6f9cd022f0051428205e43fbb31e467 /java/src | |
parent | bd68d606f9eab33e5d623f1422dd5af81a83cd26 (diff) | |
parent | 6d54f9f53cf7a82a0745b0c575cf11d63ec20746 (diff) | |
download | latinime-9bf7caf8f76e274b6cf7d2c6dd2704bf4277291b.tar.gz latinime-9bf7caf8f76e274b6cf7d2c6dd2704bf4277291b.tar.xz latinime-9bf7caf8f76e274b6cf7d2c6dd2704bf4277291b.zip |
am 6d54f9f5: Merge "Fix the unintentional behavior change"
* commit '6d54f9f53cf7a82a0745b0c575cf11d63ec20746':
Fix the unintentional behavior change
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java index 0235fde38..0e667bc1c 100644 --- a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java +++ b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java @@ -123,7 +123,7 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions { builder.setOptions( mSubtypeSwitcher.isShortcutImeEnabled(), settingsValues.mShowsVoiceInputKey, - mLatinIME.shouldSwitchToOtherInputMethods()); + mLatinIME.shouldShowLanguageSwitchKey()); mKeyboardLayoutSet = builder.build(); mCurrentSettingsValues = settingsValues; try { |