Hide Backups onboarding image from VoiceOver
Addresses PR 6257.
This commit is contained in:
parent
a6387b9bfd
commit
140a572d85
@ -71,6 +71,7 @@ struct BackupOnboardingIntroView: View {
|
||||
|
||||
Image(.backupsLogo)
|
||||
.frame(width: 80, height: 80)
|
||||
.accessibilityHidden(true)
|
||||
|
||||
Spacer().frame(height: 16)
|
||||
HStack {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user