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

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

Merge "Do not clip the pulsing notification panel"

parents 423e5759 4798ea13
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1107,7 +1107,9 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd
            mIsClipped = clipped;
        }

        if (mAmbientState.isDarkAtAll()) {
        if (mPulsing) {
            setClipBounds(null);
        } else if (mAmbientState.isDarkAtAll()) {
            setClipBounds(mBackgroundAnimationRect);
        } else if (clipped) {
            setClipBounds(mRequestedClipBounds);