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

Commit 0d39727f authored by cretin45's avatar cretin45
Browse files

SetupWizard: Advance if account exists

Change-Id: I8ab1c1b4f25c31d7c97f568b923724743cd3c322
parent b7e0ddb2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -79,8 +79,10 @@ public class CyanogenServicesPage extends SetupPage {
            if (!SetupWizardUtils.accountExists(mContext,
                    mContext.getString(R.string.cm_account_type))) {
                launchCyanogenAccountSetup(context);
            }
                super.doLoadAction(context, action);
            } else {
                getCallbacks().onNextPage();
            }
        }
    }