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

Commit 0e41dea0 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where animations were generated when closed.

Bug: 17248206
Change-Id: I4376e1eede125ade71c09b2c1cd6ae64ad617230
parent 2ee5f8ff
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);
    }