From 0f97599f1a58fcce5cc34bc3f399a9d7d7bcf21b Mon Sep 17 00:00:00 2001 From: satok Date: Thu, 3 Jun 2010 20:37:08 +0900 Subject: [PATCH] Delete extra inflating view - this is not called in froyo-LatinIME, so it can be removed Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5 --- java/src/com/android/inputmethod/latin/KeyboardSwitcher.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java b/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java index 48451e783..ef3fb8e1e 100644 --- a/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java +++ b/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java @@ -101,7 +101,6 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha mSymbolsId = makeSymbolsId(false); mSymbolsShiftedId = makeSymbolsShiftedId(false); mInputMethodService = ims; - changeLatinKeyboardView(mLayoutId, false); } /**