I have a collapsing toolbar and a Tab Row in the s...
# compose
e
I have a collapsing toolbar and a Tab Row in the same view, I am getting nesting scrollable exception. How to solve it.
java.lang.IllegalStateException: Vertically scrollable component was measured with an infinity maximum height constraints, which is disallowed. One of the common reasons is nesting layouts like LazyColumn and Column(Modifier.verticalScroll()). If you want to add a header before the list of items please add a header as a separate item() before the main items() inside the LazyColumn scope.