fixes an issue where the playback speed was preventing the a11y label to be read
This commit is contained in:
@@ -48,6 +48,7 @@ struct VoiceMessageRoomPlaybackView: View {
|
||||
.onChange(of: isDragging) { _, newValue in
|
||||
onScrubbing(newValue)
|
||||
}
|
||||
.accessibilityElement(children: .combine)
|
||||
.accessibilityLabel(accessibilityLabel)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user