OSDN Git Service

Remove invalid call of "clearFocus" in SetupWizard......
authorsatok <satok@google.com>
Fri, 28 Jan 2011 08:36:27 +0000 (17:36 +0900)
committersatok <satok@google.com>
Fri, 28 Jan 2011 09:03:47 +0000 (18:03 +0900)
commitc9cd29ddb832fd76d96fea080abe8325a8bb1bd2
tree98660f92b47abeb1a893e4dfbed1564d358a5fd4
parenta5082305e8c4f3107ec1802b9fd911aba1c288f3
Remove invalid call of "clearFocus" in SetupWizard......

Bug: 3398097

- Also disabled logging......
- Once you call "clearFocus", onFocusChanged will be called and
  EditText will try to show the keyboard again. And while bringing up the keyboard,
  the activity is changed and it will end up with the keyboard being shown in the next activity...

Change-Id: If4d3876d4950bb2583c5588f462a94d022d6a7cf
src/com/android/settings/wifi/WifiSettingsForSetupWizardXL.java