Merge "Fix scrim inset bug in landscape shade" into udc-dev

This commit is contained in:
Treehugger Robot
2023-04-28 00:04:02 +00:00
committed by Android (Google) Code Review

View File

@@ -4474,7 +4474,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
mDisplayTopInset = combinedInsets.top;
mDisplayRightInset = combinedInsets.right;
mDisplayLeftInset = combinedInsets.left;
mQsController.setDisplayInsets(mDisplayRightInset, mDisplayLeftInset);
mQsController.setDisplayInsets(mDisplayLeftInset, mDisplayRightInset);
mNavigationBarBottomHeight = insets.getStableInsetBottom();
updateMaxHeadsUpTranslation();