Merge "fix add wifi network dialog"

This commit is contained in:
Irfan Sheriff
2010-09-17 14:16:44 -07:00
committed by Android (Google) Code Review

View File

@@ -447,7 +447,7 @@ public class WifiConfigController implements TextWatcher,
@Override
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
if (view == mSecuritySpinner) {
if (parent == mSecuritySpinner) {
mAccessPointSecurity = position;
showSecurityFields();
enableSubmitIfAppropriate();