Rafs
09/02/2023, 1:25 AMBottomSheetScaffold
is crashing with this exception, are there any workarounds for thisKirill Grouchnikov
09/02/2023, 1:57 AMRafs
09/02/2023, 8:21 AMStylianos Gakis
09/02/2023, 1:42 PMRafs
09/02/2023, 1:43 PM2.7.1
to 2.6.0
and the problem disappeared.Kirill Grouchnikov
09/02/2023, 9:23 PMjossiwolf
09/04/2023, 10:58 AMRafs
09/04/2023, 11:41 AMStylianos Gakis
09/04/2023, 5:20 PMRafs
09/04/2023, 5:46 PMJeyahariprakash
10/06/2023, 10:09 AM2.6.0
val scaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = SheetState(
skipPartiallyExpanded = true,
density = LocalDensity.current,
)
)