Sebastian Höbarth
10/03/2022, 8:05 AMColumn {
Spacer(modifier = Modifier.height(8.dp))
Spacer(Modifier.windowInsetsBottomHeight(WindowInsets.safeDrawing))
}
I use the BottomSheetLayout, and it appears until a recompose happens that it uses 2x of the insets that it supposed to.
Not sure what I’m doing wrong here. Can you help me out, here is a screenshot and a video.
Lib versions:
androidxCompose = "1.2.1"
androidxComposeCompiler = "1.3.1"
androidxComposeMaterial3 = "1.0.0-alpha13"
androidxComposeMaterial = "1.2.1"
jossiwolf
10/03/2022, 7:00 PMAhmed Mourad
08/08/2023, 11:06 PM