Fix wrong mapping
This commit is contained in:
committed by
Benoit Marty
parent
83de862fc1
commit
58f0cbc5cf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user