Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yet another problem with fullscreen video #5162

Closed
3 tasks done
DanielProg39 opened this issue Nov 15, 2023 · 2 comments
Closed
3 tasks done

Yet another problem with fullscreen video #5162

DanielProg39 opened this issue Nov 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@DanielProg39
Copy link

Steps to reproduce

  1. Ensure you have auto-fullscreen enabled
  2. Open a video
  3. Rotate the phone - video turns to full screen
  4. Rotate back - video is displayed in the top of the screen
  5. Rotate the phone to landscape again

Expected behavior

Video should turn to full screen

Actual behavior

Video stays minimized in the top of the screen. To turn it to full screen you should pull the player down a bit and then up (or minimise and re-open it)

LibreTube version

LibreTube Debug, commit c86477c

Android version

Android 13

Other details

I've told about this issue 2 weeks ago: #5061 (comment)

Here's a screen recording that shows everything:

2_5379985376247037146.mp4

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@DanielProg39 DanielProg39 added the bug Something isn't working label Nov 15, 2023
@simonesummo
Copy link
Contributor

I'm looking into it, it seems like TransitionListener get stuck and re-triggers only when you move something on UI. I can't get why this blocks even the onConfigurationChanged, it should listen for orientation changes regardless of the TransitionListener.

@Bnyro
Copy link
Member

Bnyro commented Nov 17, 2023

Fixed by #5174, thanks @Zoo-M0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants