Is `LinearLayout/RelativeLayout` scrollable? Becau...
# compose
k
Is
LinearLayout/RelativeLayout
scrollable? Because after adding my
FragmentContainerView
inside a LinearLayout my all
LazyColumn
Composables stopped working and giving this nesting scrollable container errors. If yes, how can I tackle this situation?