I am animating a composable using `AnimatedVisibil...
# compose
y
I am animating a composable using
AnimatedVisibility
this components will recompose a lot I wanted to reduce the recomposition by adding an if its visible then show it, what I don't get is why
AnimatedVisibility isnt smart enought to recognize that this component is no longer visible and stop recomposition?