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

Commit 72cda5eb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Check if window is using blastSync when deciding to use change tx"

parents b98e279d efdb7a28
Loading
Loading
Loading
Loading
+19 −19
Original line number Diff line number Diff line
@@ -633,7 +633,7 @@ class WindowStateAnimator {
    private boolean shouldConsumeMainWindowSizeTransaction() {
        // If we use BLASTSync we always consume the transaction when finishing
        // the sync.
      if (mService.useBLASTSync()) {
        if (mService.useBLASTSync() && mWin.useBLASTSync()) {
            return false;
        }
        // We only consume the transaction when the client is calling relayout