Skip to content
Snippets Groups Projects
Commit 0b8eaebf authored by Oliver Zimmerman's avatar Oliver Zimmerman
Browse files

Added cancel via header button click.

parent 08856fd1
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,10 @@ class SubmissionTestResultConsentGivenFragment : Fragment(R.layout.fragment_subm ...@@ -112,6 +112,10 @@ class SubmissionTestResultConsentGivenFragment : Fragment(R.layout.fragment_subm
binding.submissionTestResultButtonConsentGivenContinueWithoutSymptoms.setOnClickListener { binding.submissionTestResultButtonConsentGivenContinueWithoutSymptoms.setOnClickListener {
viewModel.onShowCancelDialog() viewModel.onShowCancelDialog()
} }
binding.submissionTestResultConsentGivenHeader.headerButtonBack.buttonIcon.setOnClickListener {
viewModel.onShowCancelDialog()
}
} }
private fun showCancelDialog() { private fun showCancelDialog() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment