SetupWizard: only ask for patient age once

This commit is contained in:
aviau 2019-08-28 23:38:23 -04:00
parent 9d55ef9120
commit 125141d326
No known key found for this signature in database
GPG key ID: 8F2B113C6535C5A7

View file

@ -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)