Skip to content

Commit

Permalink
show controller panel on seek back/forward
Browse files Browse the repository at this point in the history
  • Loading branch information
slartus committed Apr 15, 2024
1 parent 204a58f commit 213621c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,11 @@ actual fun VideoPlayer(
},
onLeftClick = {
exoPlayer.seekBack()
if (hideJobActive)
hideControllersDelayed()
showControllerTimed()
},
onRightClick = {
exoPlayer.seekForward()
if (hideJobActive)
hideControllersDelayed()
showControllerTimed()
},
onStopClick = onStopClick
)
Expand Down

0 comments on commit 213621c

Please sign in to comment.