iZakirSheikh / toolkit

Apache License 2.0
64 stars 4 forks source link

legacyBackgroundBlur disrupts Compose's recomposition #11

Open luxiaoyu opened 3 months ago

luxiaoyu commented 3 months ago

@iZakirSheikh Elements in LazyColumn get stretched. Is there a way to fix the damage caused by legacyBackgroundBlur to Compose? The image below is a reproduction of the issue using the Toolkit app. Screenshot_2024-04-03-11-30-47-21_5e3e1ae8cd26ac81c3d4158951bd380b

iZakirSheikh commented 2 months ago

Thanks for reporting. I am aware of this issue, dont know why this happened. It was working perfectly before, this happened after update compose version of library. I think this is related to the edge effect. It need tests to fix it. Ideas, fixes are welcome. Anyone interested in fixing this issue can send me the pull request. Currently I am too busy to address this issue.