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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20298523

Change-Id: Iea1793aa1d7f0f7f037f36fe7b3b3318e9be49d3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Luca Zuccarini
2022-11-01 13:04:04 +00:00
committed by Automerger Merge Worker
@@ -38,6 +38,7 @@ public abstract class PropertySetter {
public void add(Animator animatorSet) {
animatorSet.setDuration(0);
animatorSet.start();
animatorSet.end();
}
};