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

Commit f524ca7a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix animation timing problem"

parents 83e75797 e132e02f
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);