Skip to content

Commit 0b20c26

Browse files
mdvaccameta-codesync[bot]
authored andcommitted
Fix MissingOverrideAnnotation in ReactRootView.java (#55404)
Summary: Pull Request resolved: #55404 Added Override annotation to getState() method which overrides a method from a superclass. changelog: [internal] internal Reviewed By: javache Differential Revision: D91815279 fbshipit-source-id: b2e9613c864b02c6392aa75a2318e2811455d895
1 parent b335121 commit 0b20c26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ public String getSurfaceID() {
617617
return appProperties != null ? appProperties.getString("surfaceID") : null;
618618
}
619619

620+
@Override
620621
public AtomicInteger getState() {
621622
return mState;
622623
}

0 commit comments

Comments
 (0)