more tidying

This commit is contained in:
Matthew Gray 2020-10-30 14:56:03 +00:00
parent ca343e7b2d
commit ed2a73339e

View file

@ -67,7 +67,7 @@ public class Objective2 extends Objective {
.option(new Option(R.string.hypott_preventoversmb, true)) .option(new Option(R.string.hypott_preventoversmb, true))
.option(new Option(R.string.hypott_exercise, false)) .option(new Option(R.string.hypott_exercise, false))
.option(new Option(R.string.hypott_wrongbasal, false)) .option(new Option(R.string.hypott_wrongbasal, false))
.option(new Option(R.string.hypott_goinglow, false)) .option(new Option(R.string.hypott_0basal, false))
.hint(new Hint(R.string.hypott_hint1)) .hint(new Hint(R.string.hypott_hint1))
); );
tasks.add(new ExamTask(R.string.profileswitch_label, R.string.profileswitch_pctwillchange,"profileswitch") tasks.add(new ExamTask(R.string.profileswitch_label, R.string.profileswitch_pctwillchange,"profileswitch")