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

Commit c36cf6de 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

am: dc90f42c

Change-Id: I3b2179d0d8e52f3143f892c30f5636f2c3461ef2
parents ef8d7335 dc90f42c
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();
    }