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

Commit b77e3152 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the notification scroller could crash.

Due to a race condition the scroller could crash in certain cases
after an animation.

Bug: 14458203
Change-Id: Idc52109550270924bae5857e581574c63452f159
parent 4a1ac84e
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();
    }