Skip to content

Commit

Permalink
feat(pip): automatically enter PictureInPicture with back button pres…
Browse files Browse the repository at this point in the history
…s/gesture
  • Loading branch information
Dark25 committed Nov 7, 2024
1 parent 7fef0b5 commit 922186c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ class PlayerActivity : BaseActivity() {
if (player.paused == false && playerPreferences.pipOnExit().get()) {
updatePip(true)
} else {
finishAndRemoveTask()
super.onBackPressed()
}
} else {
Expand Down

0 comments on commit 922186c

Please sign in to comment.