Merge "Fix expanded state bug" into sc-dev

This commit is contained in:
Jeff DeCew
2021-03-13 01:21:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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 =