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

Replace BoxWithConstraints with Box #1616

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Replace BoxWithConstraints with Box #1616

merged 1 commit into from
Sep 19, 2024

Conversation

dturner
Copy link
Collaborator

@dturner dturner commented Sep 19, 2024

Using BoxWithConstraints without constraints needlessly introduces a performance penalty. Replaced with Box.

Note: this is to fix our internal build which has stricter rules on lint checks.

Change-Id: I63a54aa6c30c6a68beab66ffce77238e5156ee06
Copy link

Combined test coverage report

Overall Project 42.39% 🍏

There is no coverage information present for the Files changed

@dturner dturner merged commit d1748eb into main Sep 19, 2024
4 checks passed
@dturner dturner deleted the dt/fix-internal-build branch September 19, 2024 16:25
@Jaehwa-Noh
Copy link
Contributor

I just wonder, why don't you remove Box on this situation? ForYouScreen needs additional Box compose on top of it?

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.

4 participants