Tiny fix for Wifi setup XL.
Change-Id: I918f4bc8dfbb84a3bdaf6aa74f326f2f5e22bfe2
This commit is contained in:
@@ -215,7 +215,7 @@ public class WifiSettingsForSetupWizardXL extends Activity implements OnClickLis
|
|||||||
// any access point.
|
// any access point.
|
||||||
mWifiManager.setWifiEnabled(false);
|
mWifiManager.setWifiEnabled(false);
|
||||||
}
|
}
|
||||||
setResult(Activity.RESULT_OK);
|
setResult(RESULT_OK);
|
||||||
finish();
|
finish();
|
||||||
} else if (view == mConnectButton) {
|
} else if (view == mConnectButton) {
|
||||||
if (DEBUG) Log.d(TAG, "Connect button pressed");
|
if (DEBUG) Log.d(TAG, "Connect button pressed");
|
||||||
|
Reference in New Issue
Block a user