luke_c
11/09/2022, 12:00 AMModalBottomSheetLayout
in a ComposeView
within the XML (child of a LinearLayout
) it crashes immediately unless I add it to the root of the View hierarchy with this error:
java.lang.IllegalArgumentException: The initial value must have an associated anchor.
Is this expected behaviour?Chris Fillmore
11/09/2022, 12:31 AMluke_c
11/09/2022, 8:30 AMjossiwolf
11/10/2022, 12:13 PMluke_c
11/10/2022, 1:38 PMjossiwolf
11/10/2022, 1:59 PM