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

Commit 0db4f35e authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug where animations were generated when closed." into lmp-dev

parents 6adf1588 0e41dea0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1913,7 +1913,9 @@ public class NotificationStackScrollLayout extends ViewGroup

    @Override
    public void onReset(ExpandableView view) {
        if (mIsExpanded && mAnimationsEnabled) {
            mRequestViewResizeAnimationOnLayout = true;
        }
        mStackScrollAlgorithm.onReset(view);
    }