File tree 3 files changed +33
-22
lines changed
app/src/main/res/navigation
3 files changed +33
-22
lines changed Original file line number Diff line number Diff line change 212
212
app : nullable =" true" />
213
213
</fragment >
214
214
215
+ <fragment
216
+ android : id =" @+id/commentsFragment"
217
+ android : name =" ca.bc.gov.bchealth.ui.comment.CommentsFragment"
218
+ android : label =" fragment_comments"
219
+ tools : layout =" @layout/fragment_comments" >
220
+ <argument
221
+ android : name =" recordType"
222
+ app : argType =" string" />
223
+ <argument
224
+ android : name =" parentEntryId"
225
+ app : argType =" string" />
226
+ </fragment >
215
227
</navigation >
Original file line number Diff line number Diff line change 57
57
<action
58
58
android : id =" @+id/action_addCardOptionFragment_to_onBoardingFragment"
59
59
app : destination =" @id/onBoardingFragment" />
60
-
60
+ <action
61
+ android : id =" @+id/action_addCardOptionFragment_to_fetchVaccineRecord"
62
+ app : destination =" @id/fetchVaccineRecordFragment" />
61
63
</fragment >
62
64
65
+ <fragment
66
+ android : id =" @+id/fetchVaccineRecordFragment"
67
+ android : name =" ca.bc.gov.bchealth.ui.healthpass.add.FetchVaccineRecordFragment"
68
+ tools : layout =" @layout/fragment_fetch_vaccine_record" >
69
+ <action
70
+ android : id =" @+id/action_fetchVaccineRecordFragment_to_vaccineRecordDetailFragment"
71
+ app : destination =" @id/vaccineRecordDetailFragment" />
72
+ </fragment >
63
73
74
+ <fragment
75
+ android : id =" @+id/vaccineRecordDetailFragment"
76
+ android : name =" ca.bc.gov.bchealth.ui.healthrecord.vaccine.VaccineRecordDetailFragment"
77
+ android : label =" fragment_vaccine_record_detail"
78
+ tools : layout =" @layout/fragment_vaccine_record_detail" >
79
+ <argument
80
+ android : name =" patientId"
81
+ app : argType =" long" />
82
+ </fragment >
64
83
<dialog
65
84
android : id =" @+id/expandQRFragment"
66
85
android : name =" ca.bc.gov.bchealth.ui.healthpass.ExpandQRFragment"
Original file line number Diff line number Diff line change 8
8
android : id =" @+id/healthRecordFragment"
9
9
android : name =" ca.bc.gov.bchealth.ui.healthrecord.HealthRecordFragment"
10
10
android : label =" HealthRecordFragment" >
11
- <action
12
- android : id =" @+id/action_healthRecordFragment_to_vaccineRecordDetailFragment"
13
- app : destination =" @id/vaccineRecordDetailFragment" />
11
+
14
12
<action
15
13
android : id =" @+id/action_healthRecordFragment_to_medicationDetailFragment"
16
14
app : destination =" @id/medicationDetailsFragment" />
53
51
android : label =" AddHealthRecordsFragment"
54
52
tools : layout =" @layout/scene_health_records_add" />
55
53
56
- <fragment
57
- android : id =" @+id/fetchVaccineRecordFragment"
58
- android : name =" ca.bc.gov.bchealth.ui.healthpass.add.FetchVaccineRecordFragment"
59
- tools : layout =" @layout/fragment_fetch_vaccine_record" >
60
- <action
61
- android : id =" @+id/action_fetchVaccineRecordFragment_to_vaccineRecordDetailFragment"
62
- app : destination =" @id/vaccineRecordDetailFragment" />
63
- </fragment >
64
-
65
- <fragment
66
- android : id =" @+id/vaccineRecordDetailFragment"
67
- android : name =" ca.bc.gov.bchealth.ui.healthrecord.vaccine.VaccineRecordDetailFragment"
68
- android : label =" fragment_vaccine_record_detail"
69
- tools : layout =" @layout/fragment_vaccine_record_detail" >
70
- <argument
71
- android : name =" patientId"
72
- app : argType =" long" />
73
- </fragment >
74
54
<fragment
75
55
android : id =" @+id/medicationDetailsFragment"
76
56
android : name =" ca.bc.gov.bchealth.ui.healthrecord.medication.MedicationDetailsFragment"
You can’t perform that action at this time.
0 commit comments