Skip to content

Commit

Permalink
[APT-10204] Revert previous 1.3.2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinfscribd committed Jun 27, 2024
1 parent 5a5d67f commit 2eec9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ internal class ExoplayerPlaybackEngine(private var audioPlayable: AudioPlayable)
}

private fun seekToExo(position: Milliseconds) {
stateModifier.dispatch(PlaybackProgressAction(position, exoPlayer.playerDuration()))
exoPlayer.seekTo(exoPlayer.currentMediaItemIndex, position.longValue)
stateModifier.dispatch(PlaybackProgressAction(position, exoPlayer.playerDuration()))
}
}

0 comments on commit 2eec9e1

Please sign in to comment.