Skip to content

Commit

Permalink
Add missing @OverRide annotations in FabricUIManager (facebook#42950)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#42950

Add missing Override annotations in FabricUIManager

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D53635854

fbshipit-source-id: 269fb41e5b0277b8af4e119dc119409e766dae7a
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 12, 2024
1 parent dd4f15b commit 64bb50a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,12 @@ public boolean getThemeData(int surfaceId, float[] defaultTextInputPadding) {
return true;
}

@Override
public void addUIManagerEventListener(UIManagerListener listener) {
mListeners.add(listener);
}

@Override
public void removeUIManagerEventListener(UIManagerListener listener) {
mListeners.remove(listener);
}
Expand Down

0 comments on commit 64bb50a

Please sign in to comment.