Fix swapped alphabet and symbols keyboards
Change-Id: I956684332d607cb9ab01d12af7a924c15def7fce
This commit is contained in:
parent
43c0a034bd
commit
854302282d
1 changed files with 2 additions and 2 deletions
|
@ -303,13 +303,13 @@ public class KeyboardSwitcher implements KeyboardState.SwitchActions,
|
|||
// Implements {@link KeyboardState.SwitchActions}.
|
||||
@Override
|
||||
public void setSymbolsKeyboard() {
|
||||
setKeyboard(mKeyboardSet.getMainKeyboard());
|
||||
setKeyboard(mKeyboardSet.getSymbolsKeyboard());
|
||||
}
|
||||
|
||||
// Implements {@link KeyboardState.SwitchActions}.
|
||||
@Override
|
||||
public void setAlphabetKeyboard() {
|
||||
setKeyboard(mKeyboardSet.getSymbolsKeyboard());
|
||||
setKeyboard(mKeyboardSet.getMainKeyboard());
|
||||
}
|
||||
|
||||
// Implements {@link KeyboardState.SwitchActions}.
|
||||
|
|
Loading…
Reference in a new issue