mattinger
09/08/2021, 5:54 PMmattinger
09/08/2021, 6:20 PMmattinger
09/08/2021, 6:20 PMval emptyDialogContent: @Composable () -> Unit = { Box { } }
val (modalBottomSheetContent, modalBottomSheetContentChanged) = remember {
mutableStateOf(emptyDialogContent)
}
mattinger
09/08/2021, 6:20 PMmattinger
09/08/2021, 6:20 PMjava.lang.IllegalArgumentException: The initial value must have an associated anchor.
at androidx.compose.material.SwipeableState.ensureInit$material_release(Swipeable.kt:138)
at androidx.compose.material.SwipeableKt$swipeable$3.invoke(Swipeable.kt:594)