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 issue when using Clear HudBackgroundColor #110

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Cheesebaron
Copy link
Collaborator

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix

⤵️ What is the current behavior?

When using UIColor.Clear as background color, since the background of the view is a UIToolbar internally, it becomes black. Probably because it is trying to apply blur effects which it cannot when using a fully transparent color.

🆕 What is the new behavior (if this is a feature change)?

When color is Clear I swap to a regular UIView instead.

💥 Does this PR introduce a breaking change?

Not unless you are relying on Clear color to make the View black

🐛 Recommendations for testing

📝 Links to relevant issues/docs

Fixes #109

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines
  • Relevant documentation was updated

@Cheesebaron Cheesebaron merged commit 4f9d79c into main Jun 26, 2024
1 check passed
@Cheesebaron Cheesebaron deleted the bugfix/gh-109-clear-background branch June 26, 2024 07:00
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.

Spinner with transparent background
1 participant