Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b6273b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix NotificationStackScrollLayoutController#getVisibleNotificationCount() == 0"

parents d4629bcf c385c3f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;