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

Commit d85eaae5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix scrim inset bug in landscape shade" into udc-dev am: ee1c8091 am: 471431f5

parents 6a2318f6 471431f5
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();