Fix wrong mapping

This commit is contained in:
Benoit Marty
2024-10-16 16:01:59 +02:00
committed by Benoit Marty
parent 83de862fc1
commit 58f0cbc5cf

View File

@@ -59,7 +59,7 @@ class VoiceMessagePresenter @AssistedInject constructor(
eventId = content.eventId,
mediaSource = content.mediaSource,
mimeType = content.mimeType,
filename = content.caption,
filename = content.filename,
)
private val play = mutableStateOf<AsyncData<Unit>>(AsyncData.Uninitialized)