Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mIsSystemExpanded = expand; mIsSystemExpanded = expand; notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(false /* needsAnimation */); logExpansionEvent(false, wasExpanded); logExpansionEvent(false, wasExpanded); if (mChildrenContainer != null) { if (mIsSummaryWithChildren) { mChildrenContainer.updateGroupOverflow(); mChildrenContainer.updateGroupOverflow(); } } } } Loading Loading @@ -1172,7 +1172,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } } public void updateChildrenHeaderAppearance() { public void updateChildrenHeaderAppearance() { if (mChildrenContainer != null) { if (mIsSummaryWithChildren) { mChildrenContainer.updateChildrenHeaderAppearance(); mChildrenContainer.updateChildrenHeaderAppearance(); } } } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mIsSystemExpanded = expand; mIsSystemExpanded = expand; notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(false /* needsAnimation */); logExpansionEvent(false, wasExpanded); logExpansionEvent(false, wasExpanded); if (mChildrenContainer != null) { if (mIsSummaryWithChildren) { mChildrenContainer.updateGroupOverflow(); mChildrenContainer.updateGroupOverflow(); } } } } Loading Loading @@ -1172,7 +1172,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } } public void updateChildrenHeaderAppearance() { public void updateChildrenHeaderAppearance() { if (mChildrenContainer != null) { if (mIsSummaryWithChildren) { mChildrenContainer.updateChildrenHeaderAppearance(); mChildrenContainer.updateChildrenHeaderAppearance(); } } } } Loading