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

Commit c7850e5c authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 31d7235b: am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev

* commit '31d7235bde390190b7751df744871b6dad2c87e8':
  Force layout and animation when display changes
parents c7fc0d63 5585077b
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