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

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

Merge "Fixing notification clipping in split shade" into sc-dev am: 43a7dd9b

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

Change-Id: I6aadc1a5a9fd08ddd31dff36f36ae99f50a1721c
parents 6c50ee1e 43a7dd9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2233,6 +2233,7 @@ public class NotificationPanelViewController extends PanelViewController {
            left = 0;
            right = getView().getRight() + mDisplayRightInset;
        } else if (qsPanelBottomY > 0) { // so bounds are empty on lockscreen
            mAmbientState.setNotificationScrimTop(mSplitShadeNotificationsTopPadding);
            top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding);
            bottom = mNotificationStackScrollLayoutController.getHeight();
            left = mNotificationStackScrollLayoutController.getLeft();