Hi everyone, is anyone experiencing a crash when u...
# compose
h
Hi everyone, is anyone experiencing a crash when using a LazyColumn inside a Grid?
s
Is your grid vertically scrollable or inside some vertically scrollable container?
h
Just a normal grid with a header and lazy column
s
Hmm, do you have a stack trace?
h
IllegalStateException with SubCompose not allowd in sceollable, but quickly searching through gerrit found a fix being worked on apparently it was a known issue https://android-review.googlesource.com/c/platform/frameworks/support/+/3959523
s
Ahh, nice find! 👍