mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix swapped alphabet and symbols keyboards"
This commit is contained in:
commit
7c69397f14
@ -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…
x
Reference in New Issue
Block a user