am 6d54f9f5: Merge "Fix the unintentional behavior change"

* commit '6d54f9f53cf7a82a0745b0c575cf11d63ec20746':
  Fix the unintentional behavior change
main
Yohei Yukawa 2014-04-30 11:35:46 +00:00 committed by Android Git Automerger
commit 9bf7caf8f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {