Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { updateBackgroundForGroupState(); updateClickAndFocus(); if (mNotificationParent != null) { setOverrideTintColor(NO_COLOR, 0.0f); mNotificationParent.updateBackgroundForGroupState(); } updateIconVisibilities(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { updateBackgroundForGroupState(); updateClickAndFocus(); if (mNotificationParent != null) { setOverrideTintColor(NO_COLOR, 0.0f); mNotificationParent.updateBackgroundForGroupState(); } updateIconVisibilities(); Loading