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: Status bar overlap #356

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Fix: Status bar overlap #356

merged 1 commit into from
Dec 17, 2024

Conversation

LiamMorrow
Copy link
Owner

In android, there has been an issue where the status bar did not always reserve space for itself. It was found that this is a localisation issue, and we were creating invalid CSS as decimals were being split by commas.

Fixes: #156

Before:
image
image

After:
image
image

In android, there has been an issue where the status bar did not always reserve space for itself.
It was found that this is a localisation issue, and we were creating invalid CSS as decimals were being split by commas.

Fixes: #156
@LiamMorrow LiamMorrow merged commit 7637507 into main Dec 17, 2024
8 checks passed
@LiamMorrow LiamMorrow deleted the status-bar-fix branch December 17, 2024 09:12
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.

Save/Update/Finish Button hidden by status bar
1 participant