Adam Brown
08/29/2023, 4:01 AManimateIntAsState()
that is setting the text on a Text()
composable, and if I navigate to another screen in the app, thus removing that Text()
from the compose hierarchy, it crashes with: IllegalStateException: LayoutNode should be attached to an owner
This certainly seems like a bug to me, possible the animation not getting canceled when it goes out of scope? But before I logged it I was wondering if maybe there was a behavior change I was unaware of, maybe maybe I need to cancel animations or something?Dima Avdeev
08/29/2023, 5:56 AMAdam Brown
08/29/2023, 7:50 AM