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

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

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

* commit 'd5b329e5aed07ffdd7cf0ba6e2aa100316d1bda8':
  Force layout and animation when display changes
parents e6b8d8a0 83a76db6
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