Nikolas Alvelo
05/23/2022, 8:32 PMFlowRow
seems to crash instantly with the verticalScroll
Modifier if running on a Tablet, has anyone else run into this and found a fix?
java.lang.IllegalStateException: Nesting scrollable in the same direction layouts like LazyColumn and Column(Modifier.verticalScroll()) is not allowed.
Even if all that's in the FlowRow is a Text(...)