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

Commit c385c3f7 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix NotificationStackScrollLayoutController#getVisibleNotificationCount() == 0

Fixes: 208229469
Test: manual/logging
Change-Id: Id1e2387f76a77eab69c79d9e5df1952ee92dd2e2
parent 61a74673
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;