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

Commit d009144b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update mDisplayInstallOrientation when moving to a new display" into tm-dev am: 08dbd9b9

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

Change-Id: I58484f6419349cf1922087b9805f8d1ece928140
parents a387fe3d 08dbd9b9
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);
    }