:wave: everyone. I have an xml view, with some fie...
# compose
m
👋 everyone. I have an xml view, with some fields for a form, and I have added an
AbstractComposeView
with a Composable of having a
Copy code
ModalBottomSheetLayout
The problem is that the bottom sheet is not getting visible at all, as if it is ignored completely. Is there a known issue perhaps using this inside the
Copy code
@Composable
override fun Content() {
function of a
AbstractComposeView
?