Skip to content

Commit

Permalink
Fixed RN 75 breaking change in Android SR
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Sep 4, 2024
1 parent 2365f6d commit bda79ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class ReactViewBackgroundDrawableUtils(
}

val cornerRadius =
drawable.fullBorderRadius.toLong().convertToDensityNormalized(pixelDensity)
drawable.fullBorderWidth.toLong().convertToDensityNormalized(pixelDensity)

return MobileSegment.ShapeStyle(
colorHexString,
Expand Down

0 comments on commit bda79ab

Please sign in to comment.