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

Your consent switch status text fix (EXPOSUREAPP-4214)(#1843)

parent 96709496
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class SubmissionYourConsentFragment : Fragment(R.layout.fragment_submission_your
vm.consent.observe2(this) {
binding.submissionYourConsentSwitch.status = it
binding.submissionYourConsentSwitch.settingsSwitchRowHeaderBody.setText(
binding.submissionYourConsentSwitch.statusText = getString(
if (it) {
R.string.submission_your_consent_switch_status_on
} else {
......
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