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

Commit dd05f036 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Death to synchronous transactions (2/2)

Bug: 28068298
Change-Id: I7d2d7aba8c16aa5e0b9c288bc747ed62f9292381
parent bdae9296
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -670,7 +670,6 @@ public class WindowAnimator {
        if (SHOW_TRANSACTIONS) Slog.i(
                TAG, ">>> OPEN TRANSACTION animateLocked");
        SurfaceControl.openTransaction();
        SurfaceControl.setAnimationTransaction();
        try {
            final int numDisplays = mDisplayContentsAnimators.size();
            for (int i = 0; i < numDisplays; i++) {