disable option for skipping objectives

This commit is contained in:
Milos Kozak 2020-09-10 16:05:01 +02:00
parent 30b052da9b
commit 5a14c4d48d

View file

@ -25,7 +25,8 @@ public class Objective3 extends Objective {
@Inject
public Objective3(HasAndroidInjector injector) {
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