Skip to content

Commit

Permalink
Merge pull request #4600 from twistios/fix_FakeWaveForm_Scrubbing
Browse files Browse the repository at this point in the history
Fixed Scrubbing with "Fake Wave Form" - Audio bar
  • Loading branch information
fast4x authored Nov 22, 2024
2 parents 144d348 + 9f1fddb commit e56f120
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ fun GetSeekBar(
waveInteraction = {
scrubbingPosition = (it.value * duration.toFloat()).toLong()
binder.player.seekTo(scrubbingPosition!!)
scrubbingPosition = null
},
modifier = Modifier
.height(40.dp)
Expand Down

0 comments on commit e56f120

Please sign in to comment.