Skip to content

Commit

Permalink
Fix for animation
Browse files Browse the repository at this point in the history
  • Loading branch information
aint committed May 24, 2015
1 parent c46f8a2 commit ecfeeef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ private void displayChart() {
mChart.getAxisLeft().resetAxisMaxValue();
mChart.animateY(ANIMATION_DURATION);
} else {
mChart.clearAnimation();
selectedValueTextView.setText(getResources().getString(R.string.label_chart_no_data));
}

Expand Down

0 comments on commit ecfeeef

Please sign in to comment.