Introduce "add network" again

The button was once disabled due to the issue 3400715.
See also Ic618078bc70a7db35ec22e6382b9486e92630120

Bug: 3403168
Change-Id: If823a0e8218480b89405e5c4fa6d1afe791eb6d5
This commit is contained in:
Daisuke Miyakawa
2011-02-01 12:46:33 -08:00
parent c712c898fb
commit fe7d04fee2
2 changed files with 2 additions and 5 deletions

View File

@@ -189,9 +189,7 @@ public class WifiSettingsForSetupWizardXL extends Activity implements OnClickLis
private void restoreFirstButtonVisibilityState() {
showDefaultTitle();
// TODO: uncomment this when the layout for it is ready. Note that we also have to remove
// android:visibility="gone" in xml then.
// mAddNetworkButton.setVisibility(View.VISIBLE);
mAddNetworkButton.setVisibility(View.VISIBLE);
mRefreshButton.setVisibility(View.VISIBLE);
mSkipOrNextButton.setVisibility(View.VISIBLE);
mConnectButton.setVisibility(View.GONE);