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

Commit 08dbd9b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update mDisplayInstallOrientation when moving to a new display" into tm-dev

parents 315be1a3 8c1b6eb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1777,6 +1777,7 @@ public final class ViewRootImpl implements ViewParent,
        updateInternalDisplay(displayId, mView.getResources());
        mImeFocusController.onMovedToDisplay();
        mAttachInfo.mDisplayState = mDisplay.getState();
        mDisplayInstallOrientation = mDisplay.getInstallOrientation();
        // Internal state updated, now notify the view hierarchy.
        mView.dispatchMovedToDisplay(mDisplay, config);
    }