SetupWizard: GMS page controls the next step
Ticket: CYNGNOS-2533
Change-Id: Icf7dc1de653d18ac60ddfa52dddbe9412dbc8eda
Signed-off-by: Roman Birg <roman@cyngn.com>
(cherry picked from commit af828584ae
)
This commit is contained in:
@@ -155,6 +155,13 @@ public class GmsAccountPage extends SetupPage {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean doNextAction() {
|
||||||
|
final boolean canSkip = canSkip();
|
||||||
|
// return true to force this page to handle the next action.
|
||||||
|
return !canSkip;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFinishSetup() {
|
public void onFinishSetup() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user