Nikola Drljaca
12/12/2021, 6:33 PMMaterialTransition
breaks when a ComposeView
gets integrated into a Fragments XML layout? I have a few fragments using transitions and if I change a piece of the XML layout to use a ComposeView the transitions no longer run.Ian Lake
12/12/2021, 6:45 PMNikola Drljaca
12/12/2021, 7:03 PMIan Lake
12/12/2021, 8:18 PMNikola Drljaca
12/13/2021, 1:25 PMtransitionName
to the ComposeViews
and using postponeEnterTransition()
with ComposeView.doOnAttach{ startPostponedTransition() }