Merge "Make sure that PropertySetter applies the final state." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
938dde8111
@@ -38,6 +38,7 @@ public abstract class PropertySetter {
|
||||
public void add(Animator animatorSet) {
|
||||
animatorSet.setDuration(0);
|
||||
animatorSet.start();
|
||||
animatorSet.end();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user