Skip to content
Snippets Groups Projects
Unverified Commit e86a4013 authored by AlexanderAlferov's avatar AlexanderAlferov Committed by GitHub
Browse files

Switch to DCC consent flag (#3468)

parent 30b2ee46
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class SubmissionTestResultPendingViewModel @AssistedInject constructor(
R.string.submission_test_result_pending_steps_test_certificate_not_supported_body
}
else -> {
if (it.coronaTest.isAdvancedConsentGiven) {
if (it.coronaTest.isDccConsentGiven) {
R.string.submission_test_result_pending_steps_test_certificate_not_available_yet_body
} else {
R.string.submission_test_result_pending_steps_test_certificate_not_desired_by_user_body
......
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