diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java index 7d4927b9a5f7a..1dce8b68359a0 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java @@ -3179,6 +3179,7 @@ public class NotificationStackScrollLayout extends ViewGroup } updateNotificationAnimationStates(); updateChronometers(); + requestChildrenUpdate(); } }