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

Commit dc90f42c authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Smoother system bars color transition" into oc-dr1-dev

am: b0bf1d47

Change-Id: I264126a80f723a26fdaa2562afdfcdc51b4a97c0
parents d820ac19 b0bf1d47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class LightBarTransitionsController implements Dumpable, Callbacks {
                animation -> setIconTintInternal((Float) animation.getAnimatedValue()));
        mTintAnimator.setDuration(duration);
        mTintAnimator.setStartDelay(delay);
        mTintAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
        mTintAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
        mTintAnimator.start();
    }