Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,7 @@ public class NotificationChildrenContainer extends ViewGroup { } else { header.reapply(getContext(), mNotificationHeader); } mNotificationHeaderWrapper.setExpanded(mChildrenExpanded); mNotificationHeaderWrapper.onContentUpdated(mContainingNotification); if (mNotificationHeaderWrapper instanceof NotificationHeaderViewWrapper) { NotificationHeaderViewWrapper headerWrapper = Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,7 @@ public class NotificationChildrenContainer extends ViewGroup { } else { header.reapply(getContext(), mNotificationHeader); } mNotificationHeaderWrapper.setExpanded(mChildrenExpanded); mNotificationHeaderWrapper.onContentUpdated(mContainingNotification); if (mNotificationHeaderWrapper instanceof NotificationHeaderViewWrapper) { NotificationHeaderViewWrapper headerWrapper = Loading