Skip to content

Commit

Permalink
update: [ANDROAPP-5767] crash fixed (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAparicioAlbaAsenjo committed Dec 22, 2023
1 parent b780152 commit 311050a
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 311050a

Please sign in to comment.