Disable buttons during first scan.
Also remove status manager code, as they should not be here. Bug: 3069020 Change-Id: I6fcf8470066f96b7f608ceb519b0783e44307846
This commit is contained in:
@@ -607,7 +607,6 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
if (mInXlSetupWizard) {
|
||||
final Button button =
|
||||
(Button)getActivity().findViewById(R.id.wifi_setup_skip_or_next);
|
||||
button.setEnabled(true);
|
||||
if (wifiAvailable) {
|
||||
button.setText(R.string.wifi_setup_next);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user