Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationViewHierarchyManager.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -368,6 +368,7 @@ public class NotificationViewHierarchyManager implements DynamicPrivacyControlle // NOTE: NotificationEntry.isClearable() will internally check group children to ensure // NOTE: NotificationEntry.isClearable() will internally check group children to ensure // the group itself definitively clearable. // the group itself definitively clearable. boolean isClearable = row.getEntry().isClearable(); boolean isClearable = row.getEntry().isClearable(); visibleTopLevelEntries++; if (isSilent) { if (isSilent) { if (isClearable) { if (isClearable) { hasClearableSilentNotifs = true; hasClearableSilentNotifs = true; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationViewHierarchyManager.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -368,6 +368,7 @@ public class NotificationViewHierarchyManager implements DynamicPrivacyControlle // NOTE: NotificationEntry.isClearable() will internally check group children to ensure // NOTE: NotificationEntry.isClearable() will internally check group children to ensure // the group itself definitively clearable. // the group itself definitively clearable. boolean isClearable = row.getEntry().isClearable(); boolean isClearable = row.getEntry().isClearable(); visibleTopLevelEntries++; if (isSilent) { if (isSilent) { if (isClearable) { if (isClearable) { hasClearableSilentNotifs = true; hasClearableSilentNotifs = true; Loading