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

Small UI bug with Android 15 #2690

Open
Tolriq opened this issue Jun 19, 2024 · 2 comments
Open

Small UI bug with Android 15 #2690

Tolriq opened this issue Jun 19, 2024 · 2 comments

Comments

@Tolriq
Copy link

Tolriq commented Jun 19, 2024

Description

Small UI bug.

image

Steps to Reproduce

Build with targetSDK 35

This was more or less expected due to Android 15 inset changes, but I did expect the "action bar" to go under the status bar, not the bar to be correct and the content completely missplaced and under.

@pyricau
Copy link
Member

pyricau commented Jun 20, 2024

Thanks! If anyone wants to figure out a quick fix for this one that'd benefit everybody, feel free to!

@Tolriq
Copy link
Author

Tolriq commented Jun 20, 2024

The quick ugly workaround is to apply .windowInsetsPadding(WindowInsets.safeDrawing) to the outermost component. Don't really know the architecture of the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants