Skip to content

Commit

Permalink
Apply necessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 29, 2023
1 parent 1d7c364 commit 8b407fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class DataTools {
}
}
val lineDataSet0: LineDataSet
if (lineChart.data != null && lineChart.data.dataSetCount > 0) {
if (lineChart.data.dataSetCount > 0) {
lineDataSet0 = lineChart.data.getDataSetByIndex(0) as LineDataSet
lineDataSet0.entries = values
lineDataSet0.notifyDataSetChanged()
Expand Down

0 comments on commit 8b407fd

Please sign in to comment.