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

This commit is contained in:
Luca Zuccarini
2022-11-01 12:28:54 +00:00
committed by Android (Google) Code Review
@@ -38,6 +38,7 @@ public abstract class PropertySetter {
public void add(Animator animatorSet) {
animatorSet.setDuration(0);
animatorSet.start();
animatorSet.end();
}
};