Delete extra inflating view
- this is not called in froyo-LatinIME, so it can be removed Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5
This commit is contained in:
parent
c6bc1a93a3
commit
0f97599f1a
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||||
mSymbolsId = makeSymbolsId(false);
|
mSymbolsId = makeSymbolsId(false);
|
||||||
mSymbolsShiftedId = makeSymbolsShiftedId(false);
|
mSymbolsShiftedId = makeSymbolsShiftedId(false);
|
||||||
mInputMethodService = ims;
|
mInputMethodService = ims;
|
||||||
changeLatinKeyboardView(mLayoutId, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue