Merge pull request #311 from Bnyro/fix

fix
This commit is contained in:
Bnyro 2022-05-25 07:59:26 +02:00 committed by GitHub
commit a052640f61
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() { override fun onStop() {
try { try {
exoPlayer.pause() // exoPlayer.pause() // breaks background play
} catch (e: Exception) { } catch (e: Exception) {
} }
super.onStop() super.onStop()