SetupWizard: Launch activities before loading fragments
Change-Id: Ic5f393e37e6a77ffa9812f8370d2e3ee05ec9a1d
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user