Closed geoff-powell closed 1 month ago
@geoff-powell since this is a known regression, can we get this fix in for 1.3.5?
@geoff-powell since this is a known regression, can we get this fix in for 1.3.5?
Yeah, let me take a look at this today
WindowManagerImpl change is the root cause from 14.0.9 -> 14.0.11. (line 105) https://www.diffchecker.com/fHBDkOTq/
Description When bumping LayoutLib dependency to 14.0.11+, Material3 bottom sheets render overtop the render extension metadata. This issue is to investigate a possible fix. Ignoring the test
modalBottomSheetMaterial3
in this LayoutLib bump PR till this issue is resolved.Steps to Reproduce
modalBottomSheetMaterial3()
in compose-a11y test project test foile.composeA11y
test in PaparazziGradlePluginTest.kt.Expected behavior Snapshot is unchanged.
Additional information:
Screenshots See above