Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a30464c1 authored by cretin45's avatar cretin45 Committed by Brint E. Kriebel
Browse files

SetupWizard: Handle xfinity captival portal

Addresses CYNGNOS-691 and CYNGNOS-963

Change-Id: I62ef349da48ffd3e9b148e68e946fe550cea2ff7
parent 293505a6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -170,6 +170,10 @@ public class WifiSetupPage extends SetupPage {
                getCallbacks().onNextPage();
            }
        } else if (requestCode == SetupWizardApp.REQUEST_CODE_SETUP_CAPTIVE_PORTAL) {
            if (data == null) {
                launchWifiSetup();
                return true;
            }
            String token = data.getStringExtra("response_token");
            if (token != null && !token.equals(mResponseToken)) {
                SetupStats.addEvent(SetupStats.Categories.EXTERNAL_PAGE_LOAD,