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

Commit 4389e2ab authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix expanded state bug

Bug: 181048615
Test: notify: add group, delay on, update (parent), open shade, expand group; notice expander stays expanded
Change-Id: I3b7a5fed34aa73950182a81050be655c906d0bf2
parent 0ec8d259
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ public class NotificationChildrenContainer extends ViewGroup {
        } else {
            header.reapply(getContext(), mNotificationHeader);
        }
        mNotificationHeaderWrapper.setExpanded(mChildrenExpanded);
        mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
        if (mNotificationHeaderWrapper instanceof NotificationHeaderViewWrapper) {
            NotificationHeaderViewWrapper headerWrapper =