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

Commit a277f645 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 am: 3109ba41

am: 7f6d085e

Change-Id: Icf51efb1d46b02ce7d9f976d03de8b14dbc40663
parents 4876e41b 7f6d085e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2038,6 +2038,7 @@ public class NotificationStackScrollLayout extends ViewGroup
        if (!mIsExpanded) {
            mBackgroundBounds.top = 0;
            mBackgroundBounds.bottom = 0;
            return;
        }
        ActivatableNotificationView firstView = mFirstVisibleBackgroundChild;
        int top = 0;