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

Minor System UI improvements for PhotoZoomActivity #148

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

Drumber
Copy link
Contributor

@Drumber Drumber commented Nov 1, 2021

Fixed system UI backgrounds were transparent on first click (only appeared on devices running < Android 11).

  • fixed by hiding system UI once the decor view is ready (window.decorView.post)

Fixed navigation bar controls were not displayed light.

Fixed content resizing on devices with display cutouts when system UI reappeared.

Fixed system UI backgrounds were transparent on first click:
- fixed by hiding system UI once the decor view is ready (`window.decorView.post`)

Fixed navigation bar controls were not displayed light.

Fixed content resizing on devices with display cutouts when system UI reappeared.
@b-lam
Copy link
Owner

b-lam commented Nov 3, 2021

Awesome! I'm glad someone is looking out for this part of the app because it's not something that I test out very often. I'll try to release this to the beta tonight :)

@b-lam b-lam merged commit d7320e6 into b-lam:master Nov 3, 2021
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.

2 participants