Skip to content

Commit e8c6a53

Browse files
refinedatafacebook-github-bot
authored andcommitted
Fix react-native build
Summary: bypass-github-export-checks Changelog: [internal] Reviewed By: Abbondanzo Differential Revision: D79441010 fbshipit-source-id: 249912a6cf3350b98af6cf910151fc5a95edce2d
1 parent 310bd4e commit e8c6a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/image/ScaleTypeStartInside.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal class ScaleTypeStartInside : AbstractScaleType() {
3131
outTransform.postTranslate(Math.round(dx).toFloat(), Math.round(dy).toFloat())
3232
}
3333

34-
override fun getDescription(): String = "start_inside"
34+
override fun toString(): String = "start_inside"
3535

3636
companion object {
3737
val INSTANCE: ScalingUtils.ScaleType = ScaleTypeStartInside()

0 commit comments

Comments
 (0)