incredibly interesting, i placed a breakpoint with...
# compose
s
incredibly interesting, i placed a breakpoint within
override fun onDraw(canvas: Canvas)
and it only gets fired when the [unrelated] onClick animation is in progress! does this mean that jetpack compose is somehow suspending
onDraw
or whatever run loop is responsible for its invocation?