am a8eae3f3: am 60e57143: Missing Forget button after doing Add Network on an AP in the scanned list

Merge commit 'a8eae3f387380b8270e259284b3944b8d0388573'

* commit 'a8eae3f387380b8270e259284b3944b8d0388573':
  Missing Forget button after doing Add Network on an AP in the scanned list
This commit is contained in:
Irfan Sheriff
2009-12-01 17:31:33 -08:00
committed by Android Git Automerger

View File

@@ -632,6 +632,9 @@ public class AccessPointDialog extends AlertDialog implements DialogInterface.On
updateEnterpriseFields();
}
/* AP state on the current scan list needs update to enable "Forget" capability */
mWifiLayer.getWifiLayerApInstance(mState).setConfigured(true);
if (!mWifiLayer.saveNetwork(mState)) {
return;
}