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

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

Death to synchronous transactions (2/2) am: dd05f036

am: a774dc89

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

Change-Id: Idca8bfe66f37fba8027804406199d890f2f368ee
parents 8912b27c a774dc89
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++) {