SetupWizard: Fix some animation derp

Change-Id: I47200c2b73a44e8af6279437afc137f4b33d0cc2
This commit is contained in:
cretin45 2015-01-27 14:32:53 -08:00
parent d842eed420
commit 84e431e131
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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