ComposeShadowsPlus icon indicating copy to clipboard operation
ComposeShadowsPlus copied to clipboard

Add support for previews

Open izadiegizabal opened this issue 10 months ago • 1 comments

Thanks for the nice library! Sadly the previews seem to break once adding the RSBlurShadow (via ComposeLevitation):

android. renderscript. RSDriverException: Failed to create RS context.   
at android. renderscript. RenderScript. internalCreate(RenderScript. java:1428)   
at android. renderscript. RenderScript. create(RenderScript. java:1530)   
at android. renderscript. RenderScript. create(RenderScript. java:1487)   
at android. renderscript. RenderScript. create(RenderScript. java:1461)   
at android. renderscript. RenderScript. create(RenderScript. java:1448)   
at com. gigamole. composeshadowsplus. rsblur. RSBlurShadowKt$rsBlurShadow$1$bitmap$2$1.invoke(RSBlurShadow. kt:201)   
at com. gigamole. composeshadowsplus. rsblur. RSBlurShadowKt$rsBlurShadow$1$bitmap$2$1.invoke(RSBlurShadow. kt:124)   
at androidx. compose. runtime. snapshots. Snapshot$Companion. observe(Snapshot. kt:503)   
at androidx. compose. runtime. DerivedSnapshotState. currentRecord(DerivedState. kt:200)  
(...)

izadiegizabal avatar Mar 12 '25 14:03 izadiegizabal

Nice, I will do it later.

GIGAMOLE avatar Mar 18 '25 09:03 GIGAMOLE