Skip to content

Conversation

@wcandillon
Copy link
Contributor

@wcandillon wcandillon commented Nov 28, 2025

fixes #3535

Summary

  - Fix type mismatch in setColorSpace method signature that caused Android compilation failures on legacy architecture
  - Changed setColorSpace(SkiaPictureView view, ...) to setColorSpace(T view, ...) for consistency with other methods
  - Removed unnecessary import of SkiaPictureView

@wcandillon wcandillon merged commit bf60fec into main Nov 28, 2025
15 of 16 checks passed
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.4.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codegen generates inconsistent type parameters in ViewManagerInterface causing compilation failure

1 participant