-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
Checklist
- I checked, but didn't find any duplicates of this issue in the repo.
- I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md.
- This issue contains only one feature request. I will open one issue for every feature I want to request.
Describe the feature you want
The OS Back button should close Video Details instead of minimizing to the mini player if:
- It is the last video in the backstack (or the only video the user opened).
- The video is not open in the embedded player.
Is your feature request related to a problem? Please describe it
Coming from 0.19.8, a user would expect the Back button to close Video Details instead of minimizing it. This behaviour has naturally changed so that a video playing in the embedded player isn't accidentally stopped. But if the user has just opened Video Details, then there is nothing to preserve. So a Back button tap should close Video Details instead.
How will you/everyone benefit from this feature?
More familiar navigation with the Back button.
Problem
If you play in popup or background players, closing the Video Details (by swiping down and closing the mini player) currently closes them too. However, if you back out of the app, then open it again, you can see that the mini player is gone but playback continues. This implies that background/popup playback isn't tied to the mini player, so that behaviour could be changed.