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

Commit 4e0c85b7 authored by cretin45's avatar cretin45
Browse files

SetupWizard: Launch activities before loading fragments

Change-Id: Ic5f393e37e6a77ffa9812f8370d2e3ee05ec9a1d
parent 1fcde398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ public class GmsAccountPage extends SetupPage {
        if (action == Page.ACTION_PREVIOUS) {
            getCallbacks().onPreviousPage();
        } else {
            super.doLoadAction(context, action);
            launchGmsAccountSetup(context);
            super.doLoadAction(context, action);
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ public class WifiSetupPage extends SetupPage {

    @Override
    public void doLoadAction(Activity context, int action) {
        super.doLoadAction(context, action);
        SetupWizardUtils.launchWifiSetup(context);
        super.doLoadAction(context, action);
    }

    @Override