chore: fix audio player unique ID mixup

pull/2245/head
ggurdin 5 months ago
parent e108d69c2a
commit 7a6db851ad
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -84,7 +84,7 @@ class MessageAudioCardState extends State<MessageAudioCard> {
: audioFile != null
? AudioPlayerWidget(
null,
eventId: widget.messageEvent.eventId,
eventId: "${widget.messageEvent.eventId}_practice",
roomId: widget.messageEvent.room.id,
senderId: widget.messageEvent.senderId,
matrixFile: audioFile,

Loading…
Cancel
Save