Skip to content

Commit

Permalink
fix: typo when cherry picking from kotlin to java
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz committed Jul 1, 2024
1 parent 3c4d761 commit 3d53992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void setIsFabric(boolean isFabric) {

@Override
public String getJSModuleName() {
return mSurface.moduleName;
return mSurface.getModuleName();
}

@Override
Expand Down

0 comments on commit 3d53992

Please sign in to comment.