Merge "Fix the unintentional behavior change"

main
Yohei Yukawa 2014-04-30 11:33:11 +00:00 committed by Android (Google) Code Review
commit 6d54f9f53c
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 {