SetupWizard: only ask for patient age once
This commit is contained in:
parent
9d55ef9120
commit
125141d326
|
@ -202,8 +202,6 @@ public class SWDefinition {
|
||||||
|
|
||||||
private SWScreen screenAge = new SWScreen(R.string.patientage)
|
private SWScreen screenAge = new SWScreen(R.string.patientage)
|
||||||
.skippable(false)
|
.skippable(false)
|
||||||
.add(new SWInfotext()
|
|
||||||
.label(R.string.patientage_summary))
|
|
||||||
.add(new SWBreak())
|
.add(new SWBreak())
|
||||||
.add(new SWRadioButton()
|
.add(new SWRadioButton()
|
||||||
.option(R.array.ageArray, R.array.ageValues)
|
.option(R.array.ageArray, R.array.ageValues)
|
||||||
|
|
Loading…
Reference in a new issue