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

Fix issue when system bar didn't disappear on full screen video player #461

Merged
merged 2 commits into from
Oct 23, 2022

Conversation

ted3x
Copy link
Contributor

@ted3x ted3x commented Oct 22, 2022

Description

System bar wasn't disapearing on full screen after when user tapped on screen

Fixes #115

Checklist

  • Should this change be included in the release notes? If yes, please add a line in CHANGELOG.md
  • Have you tested in landscape?
  • Have you tested accessibility with TalkBack?
  • Have you tested in different themes?
  • Does the change work with a large display font?
  • Are all the strings localized?
  • Could you have written any new tests?
  • Did you include Compose previews with any components?

@ted3x ted3x requested a review from a team as a code owner October 22, 2022 21:40
Copy link
Contributor

@mchowning mchowning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this contribution! This works great!

For reference, in testing this I was able to recreate the issue somewhat consistently if I used the 2-button navigation (I couldn't recreate the issue with gesture navigation turned on) and I rotated the device a few times while a video was playing and the navigation bar was visible—eventually it would get stuck.

With this fix though, I wasn't able to recreate the issue anymore. 🎉

@mchowning mchowning merged commit 4465157 into Automattic:main Oct 23, 2022
@ashiagr ashiagr added this to the 7.26 milestone Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System bar sometimes does not dismiss with full screen video player
3 participants