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

Commit b8670434 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Fix expanded state bug" into sc-dev am: 0baea630

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13843367

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia4ab130d30ce8a2cd6bea1053104c77599e8d09d
parents a63bf145 0baea630
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 =