Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zj565061763 committed Jun 23, 2019
1 parent 0cdcca2 commit 6c3b728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public MoveToViewConfig setFutureScale(View view)
throw new IllegalArgumentException("view is null");

final ScaleValueTransform transform = mHorizontal ? new ScaleXTransform() : new ScaleYTransform();
final Float scale = transform.getValue(mNodeAnimator.getTarget(), view);
final Float scale = transform.getValue(node().getTarget(), view);
if (scale != null)
setFutureScale(scale);
return this;
Expand Down

0 comments on commit 6c3b728

Please sign in to comment.