Closed mattprecious closed 6 days ago
I'm ~tempted to~ likely going to completely remove canvas capturing for the 2.0 release and only support system capturing.
For the time being, we could add ScreenshotMode.SYSTEM_ONLY
which does not fall back to canvas capturing. Rejecting the system capture would invoke the lens without a screenshot.
This can be reproduced by using Coil's
AsyncImage
without disabling hardware rendering:Calling
allowHardware(false)
on the loader avoids the crash.