Loading src/com/cyanogenmod/setupwizard/setup/CyanogenServicesPage.java +3 −1 Original line number Diff line number Diff line Loading @@ -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(); } } } Loading Loading
src/com/cyanogenmod/setupwizard/setup/CyanogenServicesPage.java +3 −1 Original line number Diff line number Diff line Loading @@ -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(); } } } Loading