nitrog42
05/20/2021, 1:31 PMjava.lang.IllegalStateException: Expected applyChanges() to have been called
does anyone have an idea? the stacktrace doesn't contains any of my codenitrog42
05/20/2021, 1:39 PMnitrog42
05/20/2021, 1:54 PMmodifier = Modifier.onGloballyPositioned {
backgroundMinHeight =
it.positionInParent().y + it.size.height + with(LocalDensity.current) { contentPadding.toPx() }
}
where working before but not with beta07. It's normal because I shouldn't use with(LocalDensity.current) in this block as it's probably null 😄
My only issue is that the error was not explicit about the cause unfortunatellynitrog42
05/20/2021, 5:32 PMnitrog42
05/20/2021, 5:32 PM