For #12905: Update dialog title so it won't be read by a11y services.

pull/35/head
mcarare 4 years ago committed by Mihai Adrian Carare
parent 9903fe855e
commit 50948ef06e

@ -96,6 +96,8 @@ class TrackingProtectionOverlay(
trackingOnboardingDialog.apply {
setContentView(layout)
setCancelable(false)
// removing title or setting it as an empty string does not prevent a11y services from assigning one
setTitle(" ")
}
trackingOnboardingDialog.window?.let {

Loading…
Cancel
Save