You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a NullPointerException in the drawHorizontalCrosshair and drawVerticalCrosshair methods of CrosshairOverlay when the label is an empty string. This happens because TextUtils.calculateRotatedStringBounds() returns a null Shape for empty strings and the calling methods do not test this case.
The text was updated successfully, but these errors were encountered:
There is a NullPointerException in the
drawHorizontalCrosshair
anddrawVerticalCrosshair
methods ofCrosshairOverlay
when the label is an empty string. This happens becauseTextUtils.calculateRotatedStringBounds()
returns a null Shape for empty strings and the calling methods do not test this case.The text was updated successfully, but these errors were encountered: