Skip to content

Commit 3d53992

Browse files
committed
fix: typo when cherry picking from kotlin to java
1 parent 3c4d761 commit 3d53992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void setIsFabric(boolean isFabric) {
191191

192192
@Override
193193
public String getJSModuleName() {
194-
return mSurface.moduleName;
194+
return mSurface.getModuleName();
195195
}
196196

197197
@Override

0 commit comments

Comments
 (0)