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

Commit 3109ba41 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed an issue where HUNS could have a background

am: 1791f501

Change-Id: Ia48513df95a24d69d755684c50c6730e56b6b100
parents 7777b3d1 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;