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

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

Merge "Fix transition not properly removing targets on completion."

parents 05ce40e1 06ecdc1a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1368,7 +1368,6 @@ final class BackStackRecord extends FragmentTransaction implements
                public boolean onPreDraw() {
                    sceneRoot.getViewTreeObserver().removeOnPreDrawListener(this);
                    if (enterTransition != null) {
                        enterTransition.removeTarget(nonExistingView);
                        removeTargets(enterTransition, enteringViews);
                    }
                    if (exitTransition != null) {