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:
parent
fccccda787
commit
af828584ae
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user