Skip to content

Commit

Permalink
Merge pull request #779 from DataDog/marcosaia/RUM-8142/fix-rn-75-sr-…
Browse files Browse the repository at this point in the history
…build-fail

[FIX] [RUM-8142] SR: Fix Android build issue for RN 0.75
  • Loading branch information
marco-saia-datadog authored Jan 17, 2025
2 parents dde8427 + 3017659 commit 5c50e9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ import com.facebook.react.uimanager.LengthPercentage

internal fun LengthPercentage?.getRadius(width: Float, height: Float) = this
?.resolve(width, height)
?.let { (it.horizontal + it.vertical) / 2f }
?: 0f

0 comments on commit 5c50e9f

Please sign in to comment.