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

Commit 86759039 authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Set evaluator after setting values so that it can take effect."

parents 9f68c104 f8c40cfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ public class AnimatorInflater {
                (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
            // special case for colors: ignore valueType and get ints
            getFloats = false;
            anim.setEvaluator(new ArgbEvaluator());
            evaluator = new ArgbEvaluator();
        }

        if (getFloats) {