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

Commit f7477f8f authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

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

parents 566ff78c 617714f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2226,6 +2226,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);
    }