Skip to content

Commit

Permalink
remove next and previous button
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Oct 11, 2023
1 parent 4cffcc2 commit 2a601ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ class PreviewVideoActivity : FileActivity(), Player.Listener, OnPrepareVideoPlay
title = file.fileName
}
playerView = binding.videoPlayer
playerView.setShowPreviousButton(false)
playerView.setShowNextButton(false)
initWindowInsetsController()

playerView.setFullscreenButtonClickListener { isFullScreen ->
Expand Down

0 comments on commit 2a601ef

Please sign in to comment.