Sam
11/13/2020, 10:21 PMoverride 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?