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

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

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

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