more tidying
This commit is contained in:
parent
ca343e7b2d
commit
ed2a73339e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue