https://kotlinlang.org logo
#compose
Title
# compose
p

prat

02/02/2020, 4:52 AM
I'm getting this exception:
Copy code
java.lang.IllegalArgumentException: LayoutNode@dcd3e1b children: 1 measureBlocks: MeasuringIntrinsicsMeasureBlocks@cccb17f{ measureBlock=androidx.ui.foundation.ScrollerKt$ScrollerLayout$1$2@876754c } shouldn't require remeasure. relayoutNodes consists of the top nodes of the affected subtrees
when trying out
HorizontalScroller
and
BottomDrawerLayout
. Any thoughts of what might have caused this? I basically put 2 sample code together.
a

Andrey Kulikov

02/02/2020, 12:14 PM
hey. it is a bug we already fixed in master, but unfortunately after cutting dev04 build
p

prat

02/02/2020, 3:41 PM
Oh, good to know. Thanks!