Skip to content

Commit 729e9d4

Browse files
javachefacebook-github-bot
authored andcommitted
Remove unnecessary inline annotation
Summary: This is failing on GitHub CI because of -werror. Changelog: [Internal] Differential Revision: D108792926
1 parent 71fee90 commit 729e9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ internal constructor(
11241124
"Unable to find viewState for tag $reactTag. Surface stopped: $isStopped"
11251125
)
11261126

1127-
private inline fun getNullableViewState(reactTag: Int): ViewState? = registryLock.read {
1127+
private fun getNullableViewState(reactTag: Int): ViewState? = registryLock.read {
11281128
tagToViewState[reactTag]
11291129
}
11301130

0 commit comments

Comments
 (0)