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

This commit is contained in:
Selim Cinek
2016-10-11 18:52:49 +00:00
committed by Android (Google) Code Review

View File

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