Merge "Fix NotificationStackScrollLayoutController#getVisibleNotificationCount() == 0"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7b6273b118
@@ -368,6 +368,7 @@ public class NotificationViewHierarchyManager implements DynamicPrivacyControlle
|
||||
// NOTE: NotificationEntry.isClearable() will internally check group children to ensure
|
||||
// the group itself definitively clearable.
|
||||
boolean isClearable = row.getEntry().isClearable();
|
||||
visibleTopLevelEntries++;
|
||||
if (isSilent) {
|
||||
if (isClearable) {
|
||||
hasClearableSilentNotifs = true;
|
||||
|
||||
Reference in New Issue
Block a user