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

Commit a8f5ec1c authored by Andreas Miko's avatar Andreas Miko Committed by Android (Google) Code Review
Browse files

Merge "Fix groups within bundles expanding" into main

parents 308a7732 8c5cb3ec
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1243,8 +1243,10 @@ public class NotificationChildrenContainer extends ViewGroup
        final int count = mAttachedChildren.size();
        for (int childIdx = 0; childIdx < count; childIdx++) {
            ExpandableNotificationRow child = mAttachedChildren.get(childIdx);
            if (!child.isSummaryWithChildren()) {
                child.setChildrenExpanded(childrenExpanded);
            }
        }
        updateHeaderTouchability();
    }