Comment out hidden method call.

Bug: 3053354
Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
This commit is contained in:
Daisuke Miyakawa
2010-11-11 18:28:03 -08:00
parent 2894959a82
commit 115ea8aa37

View File

@@ -172,7 +172,7 @@ public class WifiConfigUiForSetupWizardXL implements WifiConfigUiBase, OnFocusCh
@Override
public void run() {
mInputMethodManager.focusIn(mViewToBeFocused);
// mInputMethodManager.focusIn(mViewToBeFocused);
final boolean showSoftInputResult =
mInputMethodManager.showSoftInput(mViewToBeFocused, 0);
if (!showSoftInputResult) {