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

Commit 4798ea13 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Do not clip the pulsing notification panel

Test: visual
Change-Id: I0cf4096a41c070f65d90d1ab0b515013d5d6cba7
Fixes: 118798921
parent bcb36e25
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);