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

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

Merge "Fixed a bug where the notification scroller could crash."

parents 3a8557dc b77e3152
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1120,7 +1120,7 @@ public class NotificationStackScrollLayout extends ViewGroup
    }

    public void onChildAnimationFinished() {
        applyCurrentState();
        updateChildren();
        mAnimationEvents.clear();
    }