Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -991,7 +991,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mNotificationHeader.setOnClickListener(mExpandClickListener); mNotificationHeaderWrapper = NotificationViewWrapper.wrap(getContext(), mNotificationHeader); addView(mNotificationHeader); addView(mNotificationHeader, indexOfChild(mChildrenContainer) + 1); } else { header.reapply(getContext(), mNotificationHeader); mNotificationHeaderWrapper.notifyContentUpdated(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -991,7 +991,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mNotificationHeader.setOnClickListener(mExpandClickListener); mNotificationHeaderWrapper = NotificationViewWrapper.wrap(getContext(), mNotificationHeader); addView(mNotificationHeader); addView(mNotificationHeader, indexOfChild(mChildrenContainer) + 1); } else { header.reapply(getContext(), mNotificationHeader); mNotificationHeaderWrapper.notifyContentUpdated(); Loading