oday
12/16/2022, 2:33 PMModalBottomSheetLayout
before? I have another Composable placed inside its sheetContent
, to show as its content, and a primary Composable that will be shown as the rest of the page
when I come to test the main page, the Composable sitting inside the ModalBottomSheetLayout
as the primary thing to be shown in the page, and I check for the existence of some string (which also exists in the sheet WHEN it opens), Im getting that there’s 2 instances of that string, it’s reading the contents of the sheet without it having been opened yetoday
12/16/2022, 2:34 PMsheetContent
it is certainly expanding that sheet before any state changes or anyone requests it to open evenoday
12/16/2022, 2:41 PModay
12/16/2022, 2:45 PMIan Lake
12/16/2022, 3:08 PModay
12/16/2022, 3:10 PModay
12/16/2022, 3:10 PModay
12/16/2022, 3:11 PM