Skip to content

Conversation

scottrules44
Copy link
Contributor

Android 35 fixes:
Fixes for safe space on bottom, address other google warnings, include updates for subrepos

Address issues: #794, #822

@scottrules44 scottrules44 requested a review from Shchvova as a code owner July 15, 2025 20:00
@Shchvova Shchvova merged commit 67de0cc into coronalabs:master Jul 16, 2025
1 check passed
View decorView = window.getDecorView();

decorView.setOnApplyWindowInsetsListener((view, insets) -> {
Insets statusBarInsets = insets.getInsets(WindowInsets.Type.statusBars());
Copy link
Contributor

@clang-clang-clang clang-clang-clang Jul 22, 2025

Choose a reason for hiding this comment

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

@scottrules44 @Shchvova It should be navigationBars instead of statusBars here, right?
However, even if you switch to navigationBars and write to bottom inset, you can't change the color of navigationBar instantly, while Android 14 and below can.
I'm confused about whether to remove this feature on Android 15.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@clang-clang-clang

This comment was marked as resolved.

zero-meta pushed a commit to zero-meta/corona that referenced this pull request Aug 22, 2025
zero-meta pushed a commit to labolado/corona that referenced this pull request Aug 26, 2025
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.

3 participants