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

Commit e132e02f authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix animation timing problem

Change-Id: I1c90692b74a04206f71772031eb357c5592395dd
Fixes: 122309868
Test: visual
parent c54ffd28
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2803,6 +2803,11 @@ public class NotificationPanelView extends PanelView implements
        if (animatePulse) {
            mAnimateNextPositionUpdate = true;
        }
        // Do not animate the clock when waking up from a pulse.
        // The height callback will take care of pushing the clock to the right position.
        if (!mPulsing && !mDozing) {
            mAnimateNextPositionUpdate = false;
        }
        mNotificationStackScroller.setPulsing(pulsing, animatePulse);
        mKeyguardStatusView.setPulsing(pulsing, animatePulse);
        mKeyguardBottomArea.setPulsing(pulsing, animatePulse);