SetupWizard: GMS page controls the next step

Ticket: CYNGNOS-2533
Change-Id: Icf7dc1de653d18ac60ddfa52dddbe9412dbc8eda
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2016-04-21 12:20:56 -07:00
parent fccccda787
commit af828584ae
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ public class GmsAccountPage extends SetupPage {
return true;
}
@Override
public boolean doNextAction() {
final boolean canSkip = canSkip();
// return true to force this page to handle the next action.
return !canSkip;
}
@Override
public void onFinishSetup() {