mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Fix seek start & clean up code
This commit is contained in:
parent
5255a89126
commit
c648be4fa3
3 changed files with 17 additions and 2 deletions
|
|
@ -274,7 +274,7 @@ fun SeekBar(
|
|||
modifier = Modifier.fillMaxWidth(),
|
||||
interactionSource = interactionSource,
|
||||
enabled = isEnabled,
|
||||
durationMs = player.contentDuration,
|
||||
durationMs = player.duration,
|
||||
seekBack = seekBack,
|
||||
seekForward = seekForward,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue