mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Fix voiceover support in OnboardingAvatarScreen.
This commit is contained in:
@@ -74,6 +74,9 @@ struct OnboardingAvatarScreen: View {
|
||||
.overlay(cameraButton, alignment: .bottomTrailing)
|
||||
.onTapGesture { isPresentingPickerSelection = true }
|
||||
.actionSheet(isPresented: $isPresentingPickerSelection) { pickerSelectionActionSheet }
|
||||
.accessibilityElement(children: .ignore)
|
||||
.accessibilityLabel(viewModel.viewState.avatarAccessibilityLabel)
|
||||
.accessibilityValue(VectorL10n.accessibilityButtonLabel)
|
||||
}
|
||||
|
||||
/// The button to indicate the user can tap to select an avatar
|
||||
|
||||
Reference in New Issue
Block a user