This commit is contained in:
renhaoting 2025-11-19 15:00:15 +08:00
parent 5e6dd1b7d0
commit e5c3750667
1 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,10 @@ class HomeItemFragment : AppViewsEmptyViewModelFragment<ViewBinding>() {
override fun onStop() { override fun onStop() {
super.onStop() super.onStop()
}
override fun onPause() {
super.onPause()
mPlayer?.pause() mPlayer?.pause()
} }