Merge pull request #310 from Bnyro/fix

playback fixed
This commit is contained in:
Bnyro 2022-05-25 07:36:56 +02:00 committed by GitHub
commit ea24cc64a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ class PlayerFragment : Fragment() {
override fun onStop() {
try {
exoPlayer.release()
exoPlayer.pause()
} catch (e: Exception) {
}
super.onStop()