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

Commit 83a76db6 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Force layout and animation when display changes" into lmp-dev

parents c1823452 9b5e824d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11423,6 +11423,7 @@ public class WindowManagerService extends IWindowManager.Stub
                createDisplayContentLocked(display);
                displayReady(displayId);
            }
            requestTraversalLocked();
        }
    }

@@ -11445,6 +11446,7 @@ public class WindowManagerService extends IWindowManager.Stub
            }
        }
        mAnimator.removeDisplayLocked(displayId);
        requestTraversalLocked();
    }

    public void onDisplayChanged(int displayId) {
@@ -11456,6 +11458,7 @@ public class WindowManagerService extends IWindowManager.Stub
        if (displayContent != null) {
            displayContent.updateDisplayInfo();
        }
        requestTraversalLocked();
    }

    @Override