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

Commit adc6bc2b authored by Selim Cinek's avatar Selim Cinek Committed by The Android Automerger
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 05eabf3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1077,7 +1077,7 @@ public class NotificationStackScrollLayout extends ViewGroup
    }

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