am 23606598: DO NOT MERGE: Reset the Node status when clone.
* commit '23606598244c2a297d994895eaf631b240d33242': DO NOT MERGE: Reset the Node status when clone.
This commit is contained in:
@@ -1082,7 +1082,8 @@ public final class AnimatorSet extends Animator {
|
|||||||
public Node clone() {
|
public Node clone() {
|
||||||
try {
|
try {
|
||||||
Node node = (Node) super.clone();
|
Node node = (Node) super.clone();
|
||||||
node.animation = (Animator) animation.clone();
|
node.animation = animation.clone();
|
||||||
|
node.done = false;
|
||||||
return node;
|
return node;
|
||||||
} catch (CloneNotSupportedException e) {
|
} catch (CloneNotSupportedException e) {
|
||||||
throw new AssertionError();
|
throw new AssertionError();
|
||||||
|
|||||||
Reference in New Issue
Block a user