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

Commit 77ae26c2 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Explicitly release all surfaces after transition completed" into main

parents bd0553b2 59cc423e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ public class DefaultTransitionHandler implements Transitions.TransitionHandler {
        final Runnable onAnimFinish = () -> {
            if (!animations.isEmpty()) return;
            mAnimations.remove(transition);
            info.releaseAllSurfaces();
            finishCallback.onTransitionFinished(null /* wct */);
        };