Skip to content

Commit

Permalink
update: [ANDROAPP-5767] crash fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAparicioAlbaAsenjo committed Dec 21, 2023
1 parent 385e391 commit f3b1aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ChartCoordinatesProviderImpl(
lineListResponse.period,
).toFloat()
},
fieldValue = value.toFloat(),
fieldValue = value.toFloatOrNull() ?: 0f,
legendValue = createLegendValue(legend),
)
}
Expand Down

0 comments on commit f3b1aa9

Please sign in to comment.