Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil1104 committed Mar 21, 2020
1 parent 0ab9357 commit 6c39403
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ public void setData(int span, int maxVal, GraphData... graphDataArray) {
this.graphDataArray = graphDataArray;
graphGradientPaintsList.clear();
graphStrokePaintsList.clear();

graphPointPaintsList.clear();
graphPointsList.clear();
pathArrayList = constructPaths();
length = getLengths();
ObjectAnimator ob = ObjectAnimator.ofFloat(this, "phase", 1f, 0f);
Expand Down

0 comments on commit 6c39403

Please sign in to comment.