AI 147226: Create symbols and shifted symbols keyboards when initializing KeyboardSwitcher.
Automated import of CL 147226main
parent
353da6d207
commit
0221514bd1
|
@ -72,6 +72,8 @@ public class KeyboardSwitcher {
|
|||
if (displayWidth == mLastDisplayWidth) return;
|
||||
mLastDisplayWidth = displayWidth;
|
||||
mKeyboards.clear();
|
||||
mSymbolsId = new KeyboardId(R.xml.kbd_symbols);
|
||||
mSymbolsShiftedId = new KeyboardId(R.xml.kbd_symbols_shift);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue