I’m animating the size of a Column using a modifie...
# compose-desktop
f
I’m animating the size of a Column using a modifier with
Copy code
animateContentSize
but the
Copy code
finishedListener = { a: IntSize , b: IntSize  ->
    println("A $a , B $b")
    println("DONE")
    //       animate = false
}
Seems to get never called - there are no println on the console and breakpoints don’t stop.