I want to slowly migrate my app to Jetpack Compose...
# android
g
I want to slowly migrate my app to Jetpack Compose, I created a component that is fixed at the bottom of screen and it has a section that expands on click. When I used it in a compose activity, it worked fine, but when I used the same component in an old activity using
ComposeView
inside a
ConstraintLayout
it began flickering when it is expanding or contracting. Anyone can help me? I created a minimal example of it happening here (video on README.md)