Enable seeking a recorded voice message (#1758)
This commit is contained in:
parent
5d2770ad69
commit
14be887cac
8 changed files with 261 additions and 95 deletions
|
|
@ -108,7 +108,7 @@ internal fun VoiceMessagePreview(
|
|||
playbackProgress = playbackProgress,
|
||||
showCursor = showCursor,
|
||||
waveform = waveform,
|
||||
seekEnabled = false, // TODO enable seeking
|
||||
seekEnabled = true,
|
||||
onSeek = onSeek,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue