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

Commit 631838a9 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Remove unnecessary performLayout" into tm-dev am: 501913df

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17157346

Change-Id: Id91ed5b0a26c51f17fb3157b02db53980d46de2b
parents a2ec97e5 501913df
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) {