Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de18420a authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Call SharedElementListener#setSharedElementEnd on back." into lmp-dev

parents 01abcaa2 ef247c32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ class ExitTransitionCoordinator extends ActivityTransitionCoordinator {
                });
        setGhostVisibility(View.INVISIBLE);
        scheduleGhostVisibilityChange(View.INVISIBLE);
        mListener.setSharedElementEnd(mSharedElementNames, mSharedElements, sharedElementSnapshots);
        TransitionManager.beginDelayedTransition(getDecor(), transition);
        scheduleGhostVisibilityChange(View.VISIBLE);
        setGhostVisibility(View.VISIBLE);