From 0221514bd1360c7bfcf6eeaa920da49557c5fd2a Mon Sep 17 00:00:00 2001 From: Brandon Ballinger <> Date: Tue, 21 Apr 2009 14:36:33 -0700 Subject: [PATCH] AI 147226: Create symbols and shifted symbols keyboards when initializing KeyboardSwitcher. Automated import of CL 147226 --- src/com/android/inputmethod/latin/KeyboardSwitcher.java | 2 ++ 1 file changed, 2 insertions(+) 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); } /**