Files
amethyst/amethyst
Claude 423b9ac4aa fix: disable hardware bitmaps for notification icons to avoid StrictMode violation
Hardware bitmaps cannot be efficiently read for pixels, which is required
when parceling notifications. Adding allowHardware(false) to all image
requests used for notification bitmaps prevents the slow pixel readback.

https://claude.ai/code/session_018y75qshU48REuHXxLH3Tmb
2026-04-03 13:18:55 +00:00
..