Skip to content

Commit

Permalink
fix toolbar title for no recovery certificate after adding a vaccinat…
Browse files Browse the repository at this point in the history
…ion one
  • Loading branch information
ktiniatros committed Aug 31, 2022
1 parent 07bce72 commit 6280449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ class YourEventsFragment : BaseFragment(R.layout.fragment_your_events) {
infoFragmentUtil.presentFullScreen(
currentFragment = this,
toolbarTitle = if (endState is YourEventsEndStateWithCustomTitle.RecoveryTooOld ||
endState is YourEventsEndStateWithCustomTitle.NoRecoveryButDosisCorrection ||
endState is YourEventsEndStateWithCustomTitle.RecoveryAndDosisCorrection
) { getString(R.string.your_positive_test_toolbar_title) } else {
getString(R.string.certificate_created_toolbar_title)
Expand Down

0 comments on commit 6280449

Please sign in to comment.