Fixed an issue where HUNS could have a background

Change-Id: I0537583321eed58461578259d038038a592889b6
Fixes: 32014780
This commit is contained in:
Selim Cinek
2016-10-07 17:38:03 -04:00
parent 9e4733ed33
commit 1791f50134

View File

@@ -2002,6 +2002,7 @@ public class NotificationStackScrollLayout extends ViewGroup
if (!mIsExpanded) {
mBackgroundBounds.top = 0;
mBackgroundBounds.bottom = 0;
return;
}
ActivatableNotificationView firstView = mFirstVisibleBackgroundChild;
int top = 0;