Merge "Fix the unintentional behavior change"

This commit is contained in:
Yohei Yukawa 2014-04-30 11:33:11 +00:00 committed by Android (Google) Code Review
commit 6d54f9f53c

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 {