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

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

Merge "AOD: Fix wakeup animation duration" into oc-dev

parents 6307ac52 48c8cd41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2499,7 +2499,7 @@ public class NotificationPanelView extends PanelView implements
        if (animate) {
            mDarkAnimator = ObjectAnimator.ofFloat(this, SET_DARK_AMOUNT_PROPERTY, darkAmount);
            mDarkAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
            mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
            mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP);
            mDarkAnimator.start();
        } else {
            setDarkAmount(darkAmount);