disable option for skipping objectives
This commit is contained in:
parent
30b052da9b
commit
5a14c4d48d
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ public class Objective3 extends Objective {
|
||||||
@Inject
|
@Inject
|
||||||
public Objective3(HasAndroidInjector injector) {
|
public Objective3(HasAndroidInjector injector) {
|
||||||
super(injector, "openloop", R.string.objectives_openloop_objective, R.string.objectives_openloop_gate);
|
super(injector, "openloop", R.string.objectives_openloop_objective, R.string.objectives_openloop_gate);
|
||||||
hasSpecialInput = true;
|
// disable option for skipping objectives for now
|
||||||
|
// hasSpecialInput = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue