An Accompanist `FlowRow` seems to crash instantly ...
# compose
n
An Accompanist
FlowRow
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(...)