Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #10109: Adds content description for browse privately card content
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTimisica committed Apr 23, 2020
1 parent b703e1b commit da3fca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class OnboardingPrivateBrowsingViewHolder(
}

view.description_text_once.text = text
view.contentDescription = String.format(text.toString(), view.header_text.text)
view.description_text_once.contentDescription = String.format(text.toString(), view.header_text.text)
view.open_settings_button.setOnClickListener {
interactor.onOpenSettingsClicked()
}
Expand Down

0 comments on commit da3fca0

Please sign in to comment.