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

Commit 84e431e1 authored by cretin45's avatar cretin45
Browse files

SetupWizard: Fix some animation derp

Change-Id: I47200c2b73a44e8af6279437afc137f4b33d0cc2
parent d842eed4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,8 +78,8 @@ public class CyanogenServicesPage extends SetupPage {
        } else {
            if (!SetupWizardUtils.accountExists(mContext,
                    mContext.getString(R.string.cm_account_type))) {
                launchCyanogenAccountSetup(context);
                super.doLoadAction(context, action);
                launchCyanogenAccountSetup(context);
            } else {
                getCallbacks().onNextPage();
            }
+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) {
        SetupWizardUtils.launchWifiSetup(context);
        super.doLoadAction(context, action);
        SetupWizardUtils.launchWifiSetup(context);
    }

    @Override