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

Commit 501913df authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary performLayout" into tm-dev

parents 8e53c052 d2c8fc05
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -553,10 +553,6 @@ public class RecentsAnimationController implements DeathRecipient {

            mPendingStart = false;

            // Perform layout if it was scheduled before to make sure that we get correct content
            // insets for the target app window after a rotation
            mDisplayContent.performLayout(false /* initial */, false /* updateInputWindows */);

            final Rect contentInsets;
            final WindowState targetAppMainWindow = getTargetAppMainWindow();
            if (targetAppMainWindow != null) {