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

Commit 1791f501 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed an issue where HUNS could have a background

Change-Id: I0537583321eed58461578259d038038a592889b6
Fixes: 32014780
parent 9e4733ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2002,6 +2002,7 @@ public class NotificationStackScrollLayout extends ViewGroup
        if (!mIsExpanded) {
            mBackgroundBounds.top = 0;
            mBackgroundBounds.bottom = 0;
            return;
        }
        ActivatableNotificationView firstView = mFirstVisibleBackgroundChild;
        int top = 0;