Skip to content

Commit c211822

Browse files
javachemeta-codesync[bot]
authored andcommitted
Remove unnecessary inline annotation (#57238)
Summary: Pull Request resolved: #57238 This is failing on GitHub CI because of -werror. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D108792926 fbshipit-source-id: 6011b52d1338a425d2049bf0a48df5141ef69754
1 parent 71fee90 commit c211822

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)