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

Commit a774dc89 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Death to synchronous transactions (2/2)

am: dd05f036

* commit 'dd05f036':
  Death to synchronous transactions (2/2)

Change-Id: I51288be634dc747614cc9adbb6ff591bd304f09b
parents e1e046c0 dd05f036
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++) {