Merge pull request #2004 from aviau/fix/sw-patientage-duplicate

SetupWizard: only ask for patient age once
This commit is contained in:
Milos Kozak 2019-08-29 08:37:11 +02:00 committed by GitHub
commit 1d6969e18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)