AI 147226: Create symbols and shifted symbols keyboards when initializing KeyboardSwitcher.

Automated import of CL 147226
main
Brandon Ballinger 2009-04-21 14:36:33 -07:00 committed by The Android Open Source Project
parent 353da6d207
commit 0221514bd1
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
/**