Fix wrong mapping
This commit is contained in:
parent
28d9da6d62
commit
5a48d89df6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue