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

Commit ef247c32 authored by George Mount's avatar George Mount
Browse files

Call SharedElementListener#setSharedElementEnd on back.

Bug 17186485

Change-Id: I7dd46170fca08bc010fc44f7304a9c5e0293248d
parent c9991c71
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -174,6 +174,7 @@ class ExitTransitionCoordinator extends ActivityTransitionCoordinator {
                });
                });
        setGhostVisibility(View.INVISIBLE);
        setGhostVisibility(View.INVISIBLE);
        scheduleGhostVisibilityChange(View.INVISIBLE);
        scheduleGhostVisibilityChange(View.INVISIBLE);
        mListener.setSharedElementEnd(mSharedElementNames, mSharedElements, sharedElementSnapshots);
        TransitionManager.beginDelayedTransition(getDecor(), transition);
        TransitionManager.beginDelayedTransition(getDecor(), transition);
        scheduleGhostVisibilityChange(View.VISIBLE);
        scheduleGhostVisibilityChange(View.VISIBLE);
        setGhostVisibility(View.VISIBLE);
        setGhostVisibility(View.VISIBLE);