Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mOnKeyguard = onKeyguard; logExpansionEvent(false, wasExpanded); if (wasExpanded != isExpanded()) { if (mIsSummaryWithChildren) { mChildrenContainer.updateGroupOverflow(); } notifyHeightChanged(false /* needsAnimation */); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { mOnKeyguard = onKeyguard; logExpansionEvent(false, wasExpanded); if (wasExpanded != isExpanded()) { if (mIsSummaryWithChildren) { mChildrenContainer.updateGroupOverflow(); } notifyHeightChanged(false /* needsAnimation */); } } Loading