Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +3 −1 Original line number Diff line number Diff line Loading @@ -1243,8 +1243,10 @@ public class NotificationChildrenContainer extends ViewGroup final int count = mAttachedChildren.size(); for (int childIdx = 0; childIdx < count; childIdx++) { ExpandableNotificationRow child = mAttachedChildren.get(childIdx); if (!child.isSummaryWithChildren()) { child.setChildrenExpanded(childrenExpanded); } } updateHeaderTouchability(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +3 −1 Original line number Diff line number Diff line Loading @@ -1243,8 +1243,10 @@ public class NotificationChildrenContainer extends ViewGroup final int count = mAttachedChildren.size(); for (int childIdx = 0; childIdx < count; childIdx++) { ExpandableNotificationRow child = mAttachedChildren.get(childIdx); if (!child.isSummaryWithChildren()) { child.setChildrenExpanded(childrenExpanded); } } updateHeaderTouchability(); } Loading