From 1791f50134b70606eb9ea84dbbae3457dbff70db Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 7 Oct 2016 17:38:03 -0400 Subject: [PATCH] Fixed an issue where HUNS could have a background Change-Id: I0537583321eed58461578259d038038a592889b6 Fixes: 32014780 --- .../android/systemui/statusbar/stack/NotificationStackScrollLayout.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java index 90e12ec3fabd..bc89db221511 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java @@ -2002,6 +2002,7 @@ public class NotificationStackScrollLayout extends ViewGroup if (!mIsExpanded) { mBackgroundBounds.top = 0; mBackgroundBounds.bottom = 0; + return; } ActivatableNotificationView firstView = mFirstVisibleBackgroundChild; int top = 0; -- 2.11.0