Display duration of recorded voice message (#1733)
--------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
parent
0e89080a50
commit
413ec4b5db
12 changed files with 119 additions and 40 deletions
|
|
@ -74,6 +74,7 @@ class FakeVoiceRecorder(
|
|||
else -> VoiceRecorderState.Finished(
|
||||
file = curRecording!!,
|
||||
mimeType = "audio/ogg",
|
||||
duration = recordingDuration,
|
||||
waveform = waveform,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue