I need to know when does a shared transition finishes between activities.
I have ActivityA and ActivityB and I have tried setLayoutAnimationListener, setEnterSharedElementCallback, setExitSharedElementCallback, onEnterAnimationComplete and every answer in How to know when Shared Element Transition ends in the ActivityB
In any case, I have my shared element transition working, but the callbacks are called when the animation is started and not when it has finished.
