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

Commit ee1c8091 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents f7a33f14 8ae25474
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();