Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Oct 1, 2024
1 parent fd6809c commit e1756fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,8 @@ class PreviewMediaFragment : FileFragment(), OnTouchListener, Injectable {
}

override fun onPause() {
mediaPlayerServiceConnection?.pause()
exoPlayer?.pause()

releaseVideoPlayer()
super.onPause()
}

Expand Down

0 comments on commit e1756fd

Please sign in to comment.