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

Commit 916bbdd0 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz Committed by Android (Google) Code Review
Browse files

Merge "[AsyncGroup Inflation] Reset header visibility if needed" into main

parents 628381c6 9ccdb5e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ public class NotificationChildrenContainer extends ViewGroup

        mGroupHeaderWrapper.setExpanded(mChildrenExpanded);
        mGroupHeaderWrapper.onContentUpdated(mContainingNotification);

        resetHeaderVisibilityIfNeeded(mGroupHeader, calculateDesiredHeader());
        updateHeaderVisibility(false /* animate */);
        updateChildrenAppearance();

@@ -535,6 +535,7 @@ public class NotificationChildrenContainer extends ViewGroup
        invalidate();

        mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification);
        resetHeaderVisibilityIfNeeded(mMinimizedGroupHeader, calculateDesiredHeader());
        updateHeaderVisibility(false /* animate */);
        updateChildrenAppearance();
    }