Merge pull request #2004 from aviau/fix/sw-patientage-duplicate
SetupWizard: only ask for patient age once
This commit is contained in:
commit
1d6969e18e
|
@ -202,8 +202,6 @@ public class SWDefinition {
|
|||
|
||||
private SWScreen screenAge = new SWScreen(R.string.patientage)
|
||||
.skippable(false)
|
||||
.add(new SWInfotext()
|
||||
.label(R.string.patientage_summary))
|
||||
.add(new SWBreak())
|
||||
.add(new SWRadioButton()
|
||||
.option(R.array.ageArray, R.array.ageValues)
|
||||
|
|
Loading…
Reference in a new issue