Comment out hidden method call.
Bug: 3053354 Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
This commit is contained in:
@@ -172,7 +172,7 @@ public class WifiConfigUiForSetupWizardXL implements WifiConfigUiBase, OnFocusCh
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
mInputMethodManager.focusIn(mViewToBeFocused);
|
// mInputMethodManager.focusIn(mViewToBeFocused);
|
||||||
final boolean showSoftInputResult =
|
final boolean showSoftInputResult =
|
||||||
mInputMethodManager.showSoftInput(mViewToBeFocused, 0);
|
mInputMethodManager.showSoftInput(mViewToBeFocused, 0);
|
||||||
if (!showSoftInputResult) {
|
if (!showSoftInputResult) {
|
||||||
|
Reference in New Issue
Block a user