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

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

Merge "Fixed an issue where HUNS could have a background" into nyc-mr1-dev

parents ab7a44b4 1791f501
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;