Skip to content

[MediaElement][Android][API < 30] Fix System Bar After Transition From Fullscreen #2652

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

phunkeler
Copy link
Contributor

Description of Change

Do setDecorFitsSystemWindows after restoration of system ui visibility flags instead of before.

Warning

Google warns against using setDecorFitsSystemWindows and setting ui visibility flags.

Linked Issues

PR Checklist

  • Has a linked Issue, and the Issue has been approved(bug) or Championed (feature/proposal)
  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Documentation created or updated: https://github.com/MicrosoftDocs/CommunityToolkit/pulls

Additional information

API As-is To-be
28 2644_api28_asis 2644_api28_tobe
29 2644_api29_asis 2644_api29_tobe

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.

[BUG] System bars cover the UI after exiting MediaElement fullscreen mode.
2 participants