Merge "Get rid of useless updateShiftState"

main
Tadashi G. Takaoka 2012-01-22 20:16:46 -08:00 committed by Android (Google) Code Review
commit 69fa792184
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ public class KeyboardSwitcher implements KeyboardState.SwitchActions,
if (mainKeyboardId.isPhoneKeyboard()) {
mState.setSymbolsKeyboard();
}
updateShiftState();
}
public void saveKeyboardState() {