fixes an issue where the playback speed was preventing the a11y label to be read

This commit is contained in:
Mauro Romito
2026-04-08 15:41:19 +02:00
committed by Mauro
parent 5c00311e59
commit b5261272ed

View File

@@ -48,6 +48,7 @@ struct VoiceMessageRoomPlaybackView: View {
.onChange(of: isDragging) { _, newValue in
onScrubbing(newValue)
}
.accessibilityElement(children: .combine)
.accessibilityLabel(accessibilityLabel)
}