diff --git a/src/com/android/inputmethod/latin/KeyboardSwitcher.java b/src/com/android/inputmethod/latin/KeyboardSwitcher.java index 187401a75..52067526a 100644 --- a/src/com/android/inputmethod/latin/KeyboardSwitcher.java +++ b/src/com/android/inputmethod/latin/KeyboardSwitcher.java @@ -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); } /**