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 edge-to-edge on three-button nav bar #4659

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Aug 16, 2024

Description

Before After
before after

Type of change

❌ General change (non-breaking change that doesn't fit the below categories like copyediting)
❌ Bug fix (non-breaking change which fixes an issue)
❌ New feature (non-breaking change which adds functionality)
❌ Breaking change (fix or feature that would cause existing functionality to not work as expected)

val windowSizeClass = calculateWindowSizeClass(this)
val darkTheme = isSelectedThemeDark

DisposableEffect(darkTheme) {
Copy link
Member Author

Choose a reason for hiding this comment

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

No need to use DisposableEffect here, we don't handle onDispose.

@Goooler Goooler merged commit 6914b49 into 14-dev Aug 16, 2024
5 checks passed
@Goooler Goooler deleted the edge-to-edge-compat branch August 16, 2024 10:47
nulldrf pushed a commit to nulldrf/lawnchair that referenced this pull request Aug 24, 2024
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