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

Commit 938dde81 authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Android (Google) Code Review
Browse files

Merge "Make sure that PropertySetter applies the final state." into tm-qpr-dev

parents 2022681c 05d19dc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ public abstract class PropertySetter {
        public void add(Animator animatorSet) {
            animatorSet.setDuration(0);
            animatorSet.start();
            animatorSet.end();
        }
    };