Skip to content

Commit

Permalink
Merge pull request #1357 from minvws/4.5-explo-bugs
Browse files Browse the repository at this point in the history
4.5 explo bugs
  • Loading branch information
BartNijland91 authored Jul 26, 2022
2 parents 989cb4d + ddb1acb commit c5ea745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PapFragment : DigiDFragment(R.layout.fragment_no_digid) {
}

override fun getOriginTypes(): List<RemoteOriginType> {
return listOf(RemoteOriginType.Vaccination)
return listOf(args.originType)
}

override fun onNavigateToYourEvents(
Expand Down
2 changes: 1 addition & 1 deletion holder/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,5 +831,5 @@ Rapporteer dit probleem zodat we het zo snel mogelijk kunnen oplossen.</string>
<string name="holder_authentication_popup_portal_message_testFlow">Het is niet gelukt om je testuitslag op te halen. Probeer opnieuw je bewijs te krijgen via de GGD.</string>
<string name="holder_authentication_popup_digid">DigiD</string>
<string name="holder_authentication_popup_portal">deze pagina</string>
<string name="holder_showqr_animation_voiceover_hint">De beweging van richting laten veranderen.</string>
<string name="holder_showqr_animation_voiceover_hint">De beweging van richting laten veranderen</string>
</resources>

0 comments on commit c5ea745

Please sign in to comment.