OSDN Git Service

Fixed an issue where HUNS could have a background
authorSelim Cinek <cinek@google.com>
Fri, 7 Oct 2016 21:38:03 +0000 (17:38 -0400)
committerSelim Cinek <cinek@google.com>
Mon, 10 Oct 2016 21:18:35 +0000 (21:18 +0000)
Change-Id: I0537583321eed58461578259d038038a592889b6
Fixes: 32014780

packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java

index 90e12ec..bc89db2 100644 (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;