Tlaster
04/29/2021, 7:26 AMjava.lang.RuntimeException: Canvas: trying to draw too large(116051928bytes) bitmap , it seems when using accompanist to load a network image that is too large to load, is there any optimization we can do to avoid this exception?cb
04/29/2021, 7:30 AMImage? If you're relying on the image wrapping the content, you can tweak the loaded size via the requestBuilderTlaster
04/29/2021, 7:35 AMrequestBuilder should work for me.