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

Commit fe7cca3d authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "Reset the Node status when clone."

parents 76659c59 b1e80d82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1095,7 +1095,8 @@ public final class AnimatorSet extends Animator {
        public Node clone() {
            try {
                Node node = (Node) super.clone();
                node.animation = (Animator) animation.clone();
                node.animation = animation.clone();
                node.done = false;
                return node;
            } catch (CloneNotSupportedException e) {
               throw new AssertionError();