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

Minor cleanup for handling of disabled animations #5251

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Nov 12, 2024

Description:

Just a very simple cleanup PR to move the no_animations tag handling to use existing infrastructure in the internal/build package. The biggest win here is reducing the number of files in the app package but it might theoretically (due to now using a constant for the value) also help the compiler deadcode eliminate more branches when building without animations (although the latter is unlikely to matter in most cases).

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@coveralls
Copy link

Coverage Status

coverage: 59.958%. remained the same
when pulling 370d051 on Jacalz:no_animations
into 85063d5 on fyne-io:develop.

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