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

Commit 1a520bdf authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Merge "Fixed an issue where the notification scrim could become transparent"...

Merge "Fixed an issue where the notification scrim could become transparent" into sc-dev am: f7477f8f

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

Change-Id: Id9e3ec6b44b39c89530ea5122e72461686fb90e4
parents e9672d7d f7477f8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2233,6 +2233,8 @@ public class NotificationPanelViewController extends PanelViewController {
            left = mNotificationStackScrollLayoutController.getLeft();
            right = mNotificationStackScrollLayoutController.getRight();
        }
        // top should never be lower than bottom, otherwise it will be invisible.
        top = Math.min(top, bottom);
        applyQSClippingBounds(left, top, right, bottom, visible);
    }